Add support for commit trailers
bk2204 opened this issue · 4 comments
bk2204 commented
Recent versions of libgit2 offer support for commit message trailers, such as Signed-off-by. It would be great if these interfaces could be exposed through Git::Raw, so that it isn't necessary to shell out to git interpret-trailers
.
Ideally, the implementation would support multiple trailers of the same type gracefully (e.g., multiple "Cc" trailers).
jacquesg commented
That seems reasonable, let me see what I can do.
bk2204 commented
This works great, thanks.
jacquesg commented
You're welcome. I'll be releasing a new version to CPAN soon.