We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a982232 + 0117b68 commit 679e5caCopy full SHA for 679e5ca
git/commits.go
@@ -57,7 +57,7 @@ func checkRevList(commitrange string) (string, error) {
57
// no issues, return now
58
return commitrange, nil
59
}
60
- cmdArgs = []string{"git", "log", "--pretty=oneline"}
+ cmdArgs = []string{"git", "log", "--pretty=oneline", "--no-show-signature"}
61
if debug() {
62
logrus.Infof("[git] cmd: %q", strings.Join(cmdArgs, " "))
63
0 commit comments