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.
1 parent a982232 commit 0117b68Copy full SHA for 0117b68
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