Closed matthiasbeyer closed 6 years ago
I updated my importer script to not use a underscore in the trailer key and it works now.
Maybe we should check what characters git interpret-trailers
accepts for names and mirror that (more closely).
We should also document the exact characters.
Judging from the git
sources, we pretty much nailed what can go into a trailer key:
https://github.com/git/git/blob/0b0cc9f86731f894cff8dd25299a9b38c254569e/trailer.c#L613
Okay, I'd say we can close this then.
This is a more complicated one.
I created a import of kairos and some issues contain the following example trailers:
Then I opened this issue in my
git-dit-wui
and I noticed that the trailers are not beeing recognized.I tried to confirm that by running
for example, and I got no output, which I believe confirms my issue.
Reproducing
I was not able to reproduce this with some handtyped trailers. But when pasting the trailers I pasted above, I was able to reproduce.
I'm certain that this is caused by the
_
(underscore) in the second trailer.