Skip to content

Parser not working when log.show-signature is set #2

@jrpie

Description

@jrpie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions