Hi,
I made a change but I get a message from the server that I don't know how to resolve. The generated commit message is [1] but after pushing I get [2]. I guess it is the merge commit [3]. How can I fix this?
Best regards,
Wim
[1]--------------------------------------------------------------------------------------------
Use the JGit API for branch name normalization.
JGit contains a method to normalize the branch name.
Normalization is delegated to that method
Bug: 509878
Change-Id: I92a29d7af2addc134c47ac12d68c01e42c66d76e
Signed-off-by: Wim Jongman <wim.jongman@xxxxxxxxxxxxxxxxxx>
[2] ---------------------------------------------------------------------------------------------
Repository https://git.eclipse.org/r/egit/egit.git
missing Change-Id in commit message footer
Processing changes: refs: 1
Processing changes: refs: 1, done
ERROR: missing Change-Id in commit message footer
Hint: To automatically insert Change-Id, install the hook:
gitdir=$(git rev-parse --git-dir); scp -p -P 29418 wjongman@xxxxxxxxxxxxxxx:hooks/commit-msg ${gitdir}/hooks/
And then amend the commit:
git commit --amend
[3] ---------------------------------------------------------------------------------------------
