Package: git Version: 1:2.0.0-1 Severity: wishlist Tags: upstream Gerrit uses a commit-msg hook to add a Change-Id line to commits. "git merge" does not call the commit-msg hook. So people end up pushing commits without a Change-Id.
Merges can benefit from having the commit message modified in place just as much as any other commit. Let 'git merge' call the pre-commit, prepare-commit-msg, commit-msg, and post-commit hooks like 'git commit' does. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

