|
|
|
|
|
by steveklabnik
439 days ago
|
|
I'm not an expert on this corner of git, but a guess: trailer keys are not unique, that is Signed-off-by: Alice <alice@example.com>
Signed-off-by: Bob <bob@example.com>
is totally fine, but Change-id: wwyzlyyp
Change-id: sopnqzkx
is not.I've also heard of issues with people copy/pasting commit messages and including bits of trailers they shouldn't have, I believe. |
|
ignore, misread the above