git-validation/git
Chris Evich 3c71df2bd9
Consider only commit IDs when listing range
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>
2020-09-16 11:41:22 -04:00
..
testdata git: restructured commit entries 2016-04-05 15:28:38 -04:00
commits.go Consider only commit IDs when listing range 2020-09-16 11:41:22 -04:00
commits_test.go git: restructured commit entries 2016-04-05 15:28:38 -04:00