mirror of
https://github.com/vbatts/git-validation.git
synced 2024-11-22 16:15:40 +00:00
3c71df2bd9
When using `git log`, if some/all commits are gpg-signed, git will automatically try to validate the signatures by default. This results in printing additional text. This additional gpg-validation text is then incorrectly interpreted by `git-validate` as if they were commit IDs. Fix the problem by using the `rev-list` sub-command which will ONLY list the IDs. Signed-off-by: Chris Evich <cevich@redhat.com> |
||
---|---|---|
.. | ||
testdata | ||
commits.go | ||
commits_test.go |