マージを行うたびに、マージコミットを生成する必要があり、すべてのコミットの要約以上のものが必要です。
私の質問は、git-fmt-merge-msgをフォーマットする方法、またはこの自動メッセージを決定するものです(コミット後に、メッセージを修正してgit-log --pretty = format:'...'を使用することにより、手動でこれを行うことができます)
たとえば、次のようにフォーマットしたいと思います。
Merge branch 'test'
* test:
[BZ: #123] fifth commit subject
[BZ: #123] fourth commit subject
[BZ: #123] third commit subject
[BZ: #123] second commit subject
[BZ: #123] first commit subject
__________________________________________
Merge details:
[BZ: #123] fifth commit subject
at 2010-06-30 11:29:00 +0100
- fifth commit body
[BZ: #123] fourth commit subject
at 2010-06-30 11:22:17 +0100
- fourth commit body
[BZ: #123] third commit subject
at 2010-06-30 11:21:43 +0100
- third commit body
[BZ: #123] second commit subject
at 2010-06-30 11:21:30 +0100
- second commit body
[BZ: #123] first commit subject
at 2010-06-30 11:29:57 +0100
- first commit body