gbp-pull: implement --all cmdline option
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 15 Jan 2013 14:28:24 +0000 (16:28 +0200)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 11:22:59 +0000 (19:22 +0800)
This updates all remote-tracking branches (for the remote that is
fetched from) whose local branch name is identical to the remote branch
name.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Conflicts:
docs/manpages/gbp-pull.sgml
gbp/scripts/pull.py

docs/manpages/gbp-pull.sgml

index 74ff37c..775472b 100644 (file)
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>--all</option></term>
+        <listitem>
+         <para>Update all remote-tracking branches that have identical name in the
+            remote repository.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>--redo-pq</option></term>
         <listitem>
          <para>also rebuild the corresponding patch-queue using &gbp-pq;.