aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-06 13:30:06 +0200
committerGuido Günther <agx@sigxcpu.org>2011-04-06 20:34:58 +0200
commitdff62f20a00b7fde5f13754fb473c31aa5f91296 (patch)
tree63f9c94239d448df675999ccb28619bac7538c46 /gbp.conf
parent82e5f4d5e0c87d587bc13323ee49e70c3d03cbcd (diff)
Make submodule support conditional
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index 573df42f..22ac6487 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -43,6 +43,8 @@
#compression-level = best
# Don't send notifications, alternatives: on/true, off/false or auto
#notify = off
+# Transparently handle submodules
+# submodules = True
# Options only affecting git-import-orig
[git-import-orig]