summaryrefslogtreecommitdiff
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-06-26 13:28:26 +0200
committerGuido Günther <agx@sigxcpu.org>2013-06-26 13:31:27 +0200
commit1eea5d5706ec254bbbc19082c2437acf436cade2 (patch)
treea90ddfe345fc920c7796bd04dfee1fbd1ff4ca3e /docs/chapters
parent1d90e73e969cebc1aaa6a151dd03da0b271fbb4d (diff)
gbp.conf: Use command names instead of {git,gbp}-
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/cfgfile.sgml18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/chapters/cfgfile.sgml b/docs/chapters/cfgfile.sgml
index e9c6607..43d5430 100644
--- a/docs/chapters/cfgfile.sgml
+++ b/docs/chapters/cfgfile.sgml
@@ -31,28 +31,28 @@
&gbp-import-orig;, &gbp-import-dsc; and &gbp-dch;.</para></listitem>
</varlistentry>
<varlistentry>
- <term>[git-buildpackage]</term>
+ <term>[buildpackage]</term>
<listitem><para>Options in this section apply to &gbp-buildpackage; only and override options from the
[DEFAULT] section.</para></listitem>
</varlistentry>
<varlistentry>
- <term>[git-import-orig]</term>
+ <term>[import-orig]</term>
<listitem><para>Options in this section apply to &gbp-import-orig; only and override options from the
[DEFAULT] section.</para></listitem>
</varlistentry>
<varlistentry>
- <term>[git-import-dsc]</term>
+ <term>[import-dsc]</term>
<listitem><para>Options in this section apply to &gbp-import-dsc; only and override options from the
[DEFAULT] section.</para></listitem>
</varlistentry>
<varlistentry>
- <term>[git-dch]</term>
+ <term>[dch]</term>
<listitem><para>Options in this section apply to &gbp-dch; only and override options from the
[DEFAULT] section.</para></listitem>
</varlistentry>
<varlistentry>
<term>...</term>
- <listitem><para>Same for the other <command>git-*</command> and <command>gbp-*</command> commands</para></listitem>
+ <listitem><para>Same for the other &gbp; commands</para></listitem>
</varlistentry>
</variablelist>
The actual options in these sections are the command line options without
@@ -74,20 +74,20 @@ upstream-branch=upstream
# the default branch for the debian patch
debian-branch=master
-[git-buildpackage]
+[buildpackage]
upstream-branch=dfsgclean
# Sign tags with GPG:
sign-tags = True
# Keyid to sign tags with
#keyid = 0xdeadbeef
-[git-import-orig]
+[import-orig]
upstream-branch=notdfsgclean
-[git-import-dsc]
+[import-dsc]
upstream-branch=notdfsgclean
-[git-dch]
+[dch]
git-log=--no-merges
</programlisting>
<para>