aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-02-24 20:07:25 +0100
committerGuido Günther <agx@sigxcpu.org>2009-02-26 13:48:28 +0100
commit6ccd4828f9296c6dcd95f50881d9c719e75716e3 (patch)
treebb82e7ad361879e1d4f197b3089172051cddd717 /gbp
parent1e62d1a4775669f65d42d8724dad7947674f605b (diff)
make --export a config file option
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 2789e2a3..cbacc9cb 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -39,6 +39,7 @@ class GbpOptionParser(OptionParser):
'filter' : [],
'snapshot-number' : 'snapshot + 1',
'git-log' : '--no-merges',
+ 'export' : 'HEAD',
'export-dir' : '',
'tarball-dir' : '',
'ignore-new' : 'False',