git push ....
git add new-file
git commit --amend (the vi edit mode is open and i just jet out from it - without any changes)
git log -2 (and i can see two Change-ID) see attached print screen
to check this - i have created new clone replace the .git/hooks/commit-msg with old clone that i have old .git/hooks/commit-msg and rerun the same command - this time it works fine - didn't had the two lines in the Change-ID
what can be done ?