aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages/gbp-pull.sgml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-19 11:46:30 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-19 11:46:51 +0100
commitb863399aa94e5ec4cdd7c60f131fb229b8f3b7b0 (patch)
tree411f4f86da196d8f562ad95e00b9dd46a4d2bb3b /docs/manpages/gbp-pull.sgml
parent588b70c21ee5a30620aa9d2f3ef646e456e8dce3 (diff)
pull: Allow to specify remote on the command line
Closes: #851844
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>