I am getting the following error when i am trying to do git commit
panther2@ubuntu:~/panther1/.repo/manifests$ git commit -m "Adding manifest for release" git: 'interpret-trailers' is not a git command. See 'git --help'. cannot insert change-id line in .git/COMMIT_EDITMSG This is the first time, i am getting the error. There were previous commits
51 Answer
My git version is 1.9.1
Try first and update Git on your Ubuntu to its latest version, to see if the error message persists.
Check also the content of your commit message (since you had previous commits which completed successfully)
Having Change-Id in the message would indeed trigger that command.