summaryrefslogtreecommitdiff
path: root/docs/manpages/manpages.ent
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/manpages.ent')
-rw-r--r--docs/manpages/manpages.ent11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/manpages/manpages.ent b/docs/manpages/manpages.ent
index 7a00f0b..ad56359 100644
--- a/docs/manpages/manpages.ent
+++ b/docs/manpages/manpages.ent
@@ -4,7 +4,7 @@
<!ENTITY man.git.dch SYSTEM "git-dch.sgml">
<!ENTITY man.git.config-files "
<title>CONFIGURATION FILES</title>
- <para> Three configuration files are parsed to set defaults for the above
+ <para>Four configuration files are parsed to set defaults for the above
commandline arguments: </para>
<variablelist>
<varlistentry>
@@ -16,10 +16,15 @@
<listitem><para>per user configuration</para></listitem>
</varlistentry>
<varlistentry>
+ <term>.gbp.conf</term>
+ <listitem><para>per branch configuration, can be published with the
+ repository</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>.git/gbp.conf</term>
- <listitem><para>per working copy configuration</para></listitem>
+ <listitem><para>per repository configuration</para></listitem>
</varlistentry>
</variablelist>
<para>
- See /etc/git-buildpackage/gbp.conf for an example.
+ See <filename>/etc/git-buildpackage/gbp.conf</filename> for an example.
</para>">