summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-16 12:30:42 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-16 16:47:48 +0100
commit92c936650a273009ca4c2b0d4a683a9b417cebb3 (patch)
tree720547346d00a34f01c5ff9f03c695e5f21ec016
parent7a9b155347c117dceb866095ce87f7c7b54d053f (diff)
Split brain: Provide --gbp= and --gbp:
Not documented yet.
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index 7708fb5..d9b3a01 100755
--- a/dgit
+++ b/dgit
@@ -102,6 +102,7 @@ our %opts_opt_map = ('dget' => \@dget, # accept for compatibility
'dpkg-source' => \@dpkgsource,
'dpkg-buildpackage' => \@dpkgbuildpackage,
'dpkg-genchanges' => \@dpkggenchanges,
+ 'gbp' => \@gbp,
'ch' => \@changesopts,
'mergechanges' => \@mergechanges);