aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-27 21:42:55 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-27 21:50:43 +0100
commitc3c76ac7b6ffbfb2a005faddd57494ad674963bd (patch)
tree47d1a44d23f40ccfb5b680edc4126ac6cb5a8fdd /docs
parent2a5df0a2f45100dcf7e7caa55fe7dbf51e5b26bf (diff)
gbp-pull: Better document --force and --redo-pq
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-pull.sgml11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml
index 2f2b30ee..bc1e97c3 100644
--- a/docs/manpages/gbp-pull.sgml
+++ b/docs/manpages/gbp-pull.sgml
@@ -22,8 +22,8 @@
&gbp-pull;
<arg><option>--verbose</option></arg>
- <arg><option>--redo-pq</option></arg>
<arg><option>--force</option></arg>
+ <arg><option>--redo-pq</option></arg>
<arg><option>--[no-]pristine-tar</option></arg>
<arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg>
@@ -45,13 +45,16 @@
<varlistentry>
<term><option>--force</option></term>
<listitem>
- <para>force update even if this results in a non fast forward update</para>
+ <para>force a branch update even if this results in a non fast
+ forward update. <warning><para>Forcing a branch updates
+ makes you lose your modifications.</para></warning></para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--redo-pq</option></term>
<listitem>
- <para>also rebuild the corresponding patch-queue using &gbp-pq;</para>
+ <para>also rebuild the corresponding patch-queue using &gbp-pq;.
+ <warning><para>This drops the patch-queue branch if it exists.</para></warning></para>
</listitem>
</varlistentry>
<varlistentry>
@@ -81,7 +84,7 @@
<term><option>--pristine-tar</option>
</term>
<listitem>
- <para>generate pristine-tar delta file</para>
+ <para>Wheter to update the pristine-tar branch too.</para>
</listitem>
</varlistentry>
</variablelist>