Skip to content

Commit

Permalink
Add --no-show-signature flag to git
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzzyxdonta committed Sep 29, 2023
1 parent 0e5365e commit 5988b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes/commands/harvest/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

_GIT_SEP = '|'
_GIT_FORMAT = ['%aN', '%aE', '%aI', '%cN', '%cE', '%cI']
_GIT_ARGS = []
_GIT_ARGS = ["--no-show-signature"]


# TODO The following code contains a lot of duplicate implementation that can be found in hermes.model
Expand Down

0 comments on commit 5988b59

Please sign in to comment.