aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages/gbp-pull.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/gbp-pull.sgml')
-rw-r--r--docs/manpages/gbp-pull.sgml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml
index 185a0d0b..9795ac2a 100644
--- a/docs/manpages/gbp-pull.sgml
+++ b/docs/manpages/gbp-pull.sgml
@@ -29,6 +29,7 @@
<arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--depth=</option><replaceable>depth</replaceable></arg>
+ <arg><replaceable>repository</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@@ -36,9 +37,16 @@
<para>
&gbp-pull; updates the <emphasis>debian</emphasis>,
<emphasis>upstream</emphasis> and <emphasis>pristine-tar</emphasis>
- branches from a remote repository in one go. It checks if the update is safe (would
+ branches from remote repositories in one go. It checks if the update is safe (would
result in a <emphasis>fast-forward</emphasis> merge) and aborts otherwise.
</para>
+ <para>
+ If given on the command line the changes are fetched from the
+ given repository otherwise the default
+ for <replaceable>repository</replaceable> is read from
+ the <replaceable>remote</replaceable> configuration for each
+ branch (in git's configuration).
+ </para>
</refsect1>
<refsect1>
<title>OPTIONS</title>