Re: [Gambas-devel] SVN->GIT log format
Brought to you by:
gambas
From: Adrien P. <adr...@gm...> - 2017-08-14 19:11:36
|
Le Mon, 14 Aug 2017 21:01:42 +0200, PICCORO McKAY Lenz <mck...@gm...> a écrit: > reading the svn wiki and viewing the subversion repository i now > understantd a important organization piece : the commit log! > > in git there's two operations that does not conform the LOG format .. > the sync/merge local and the sync/pull merge remote > > so a new log format must (i think) define for this king of "commits" > in the repository, see it!: > > 'Merge branch 'master' of gitlab.com:gambas/gambas' > > in the commit > https://gitlab.com/gambas/gambas/commit/2343dd7899c74a1314e05d06495de15a55160b2d > > does not follow the log format... also the pull merge and merge > request must also be in same format for external contribution to > follow old log in wiki > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com From my understanding, the commit log format is only used to make the Release Changelog. Everything that doesn't start with the tags will just get ignored. Which is the right thing to do for merge commits. :-) -- Adrien Prokopowicz |