[Gambas-devel] SVN->GIT log format
Adrien Prokopowicz
adrien.prokopowicz at ...176...
Mon Aug 14 21:11:26 CEST 2017
Le Mon, 14 Aug 2017 21:01:42 +0200, PICCORO McKAY Lenz
<mckaygerhard at ...176...> 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
More information about the Devel
mailing list