git-who icon indicating copy to clipboard operation
git-who copied to clipboard

Parser not working when log.show-signature is set

Open jrpie opened this issue 10 months ago • 1 comments

When the option log.show-signature is set in .gitconfig the parser does not work:

> git-who --version
v0.6 5249eb5
> git-who
[works fine]
> git config --global log.show-signature true
> git-who
error running "table": failed to tally commits: error iterating commits: error parsing date from commit gpg: Signature
made 2020-05-12T12:47:56 UTC: strconv.Atoi: parsing "a67ca69": invalid syntax

Probably .gitconfig should be ignored

jrpie avatar Mar 18 '25 23:03 jrpie

Ah thanks for finding this. Ignoring the git config might indeed be the right option, I'll give it a look

sinclairtarget avatar Mar 20 '25 01:03 sinclairtarget

Hi this should be fixed in v0.7. Please re-open if you still encounter the issue!

sinclairtarget avatar Mar 29 '25 00:03 sinclairtarget