summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-12-02 14:18:06 +0300
committerAndrew Shadura <andrewsh@debian.org>2016-12-02 14:18:06 +0300
commit83850d5dade4f3163ce117b00dac4179ffa05d6e (patch)
treec1fd167c7b7fe287ebe3efad22c6797c228c353d /debian
parent6c25f96b8e6209bbadeea7a430f482b87a9a5ab9 (diff)
Add a patch to fix the manpage.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0001-Document-apply-subcommand.patch43
-rw-r--r--debian/patches/series1
2 files changed, 44 insertions, 0 deletions
diff --git a/debian/patches/0001-Document-apply-subcommand.patch b/debian/patches/0001-Document-apply-subcommand.patch
new file mode 100644
index 0000000..c0ba83a
--- /dev/null
+++ b/debian/patches/0001-Document-apply-subcommand.patch
@@ -0,0 +1,43 @@
+From ead72cf2e109535c5eadcae2d1f47adac32a2df1 Mon Sep 17 00:00:00 2001
+From: Andrew Shadura <andrew.shadura@collabora.co.uk>
+Date: Sat, 26 Nov 2016 16:56:56 +0300
+Subject: [PATCH] Document 'apply' subcommand.
+
+Signed-off-by: Andrew Shadura <andrew.shadura@collabora.co.uk>
+
+Differential Revision: https://phabricator.freedesktop.org/D1510
+---
+ git-phab.txt | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/git-phab.txt b/git-phab.txt
+index 0247776..75f4b0a 100644
+--- a/git-phab.txt
++++ b/git-phab.txt
+@@ -15,6 +15,7 @@ SYNOPSIS
+ ['<revision range>']
+ *git phab log* [-h] [<revision range>]
+ *git phab fetch* [-h] ['<T123>']
++*git phab apply* [-h] ['<(T|D)123>'] [-n] [-o '<directory>']
+ *git phab checkout* [-h] ['<T123>']
+ *git phab browse* [-h] ['objects' ['objects' ...]]
+ *git phab clean* [-h]
+@@ -75,6 +76,15 @@ A new branch can then be created using, for example:
+
+ See also *checkout* command.
+
++*apply*::
++
++Apply a revision and its dependencies.
+++
++With `--no-dependencies` (or `-n`), revision's dependencies will not be applied.
+++
++With `--output-directory` (or `-n`), patches aren't applied to the repository,
++but exported to a directory instead.
++
+ *checkout*::
+
+ Same as *fetch* but also create a new branch and check it out. If an existing
+--
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fd46bcf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Document-apply-subcommand.patch