diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-12-27 21:57:09 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-12-27 21:57:09 +0100 |
commit | 8cabb0ebf7bc39188441efd40c07bfd7c9ccb374 (patch) | |
tree | 455d167c895a7f0ff230368dce01f5f8da1c731f /gbp.conf | |
parent | c3c76ac7b6ffbfb2a005faddd57494ad674963bd (diff) | |
download | git-buildpackage-8cabb0ebf7bc39188441efd40c07bfd7c9ccb374.tar.gz git-buildpackage-8cabb0ebf7bc39188441efd40c07bfd7c9ccb374.tar.bz2 git-buildpackage-8cabb0ebf7bc39188441efd40c07bfd7c9ccb374.zip |
Add gbp-{pull,clone,pq} examples to gbp.conf
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -16,6 +16,8 @@ #pristine-tar = True # don't check if debian-branch == current branch: #ignore-branch = True +# Use color when on a terminal, alternatives: on, off +#color = auto # Options only affecting git-buildpackage [git-buildpackage] @@ -82,3 +84,15 @@ #ignore-regex=(Signed-off|Acked)-by: # use author name and email from git-config: #git-author = True + +# Options only affecting gbp-pq +[gbp-pq] +#patch-numbers = False + +# Options only affecting gbp-clone +[gbp-clone] +#pristine-tar = True + +# Options only affecting gbp- +[gbp-clone] +#pristine-tar = True |