Wireshark-bugs: [Wireshark-bugs] [Bug 11338] Associate the file-mp4 dissector with the audio/mp4

Date: Sun, 05 Jul 2015 18:52:23 +0000

Comment # 2 on bug 11338 from
So, it seems that I've managed to get a patch prepared using Gerrit (in a
fashion, given that I've never worked with it before) - but pushing it fails
with:


pi@raspberrypi /mnt/wireshark/epan/dissectors $ git push origin
HEAD:refs/for/master/bug-11338
Username for 'https://code.wireshark.org': tyson.key
Password for 'https://[email protected]':
Counting objects: 9, done.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 497 bytes, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Resolving deltas: 100% (4/4)
remote: Processing changes: refs: 1, done
remote: ERROR: missing Change-Id in commit message footer
remote: Suggestion for commit message:
remote: Fix for Bug #11338 (Associate the file-mp4 dissector with the audio/mp4
MIME type)
remote:
remote: Change-Id: Ied463ea5ef65bcc657e09c0d5f7983cb4dcd581a
remote:
remote: Hint: To automatically insert Change-Id, install the hook:
remote:   gitdir=$(git rev-parse --git-dir); scp -p -P 29418
[email protected]:hooks/commit-msg ${gitdir}/hooks/
remote:
remote:
To https://code.wireshark.org/review/wireshark
 ! [remote rejected] HEAD -> refs/for/master/bug-11338 (missing Change-Id in
commit message footer)
error: failed to push some refs to
'https://code.wireshark.org/review/wireshark'


You are receiving this mail because:
  • You are watching all bug changes.