aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/git')
-rw-r--r--gbp/git/repository.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 48d00533..176be9bf 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -1666,6 +1666,7 @@ class GitRepository(object):
@type since: C{str}
"""
args = GitArgs('--pretty=format:%H')
+ args.add("--no-show-signature")
args.add_false(merges, '--no-merges')
args.add('--grep=%s' % regex)
args.add_true(since, since)