jacquesg/p5-Git-Raw

Add support for commit trailers

bk2204 opened this issue · 4 comments

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).

That seems reasonable, let me see what I can do.

Added in #198. Let me know if this works for you.

This works great, thanks.

You're welcome. I'll be releasing a new version to CPAN soon.