Hi,

I have encountered bug with the hook we install for adding Change-Id
trailer.  It for some reason inserts it as a first line of the commit
message instead of at the end.

--8<---------------cut here---------------start------------->8---
$ git commit -m '--- test' --allow-empty
[master f07a209fb1] Change-Id: I02675f1053c80563402f1acddd0a64a537f4da55 --- 
test
$ git log -1 --format=%B
Change-Id: I02675f1053c80563402f1acddd0a64a537f4da55
--- test
--8<---------------cut here---------------end--------------->8---

This is not correct.

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.



Reply via email to