summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2016-11-26 16:56:56 +0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-21 15:10:46 -0300
commit23383a4dea1550e6461dfa69b3011d99a26f825e (patch)
tree6493ecb530d59a7588bf6d46d9686fcb89323ecf
parent3f8e5f61ad866e93c46acea58f720adbe82d906f (diff)
Document 'apply' subcommand.
Signed-off-by: Andrew Shadura <andrew.shadura@collabora.co.uk> Differential Revision: https://phabricator.freedesktop.org/D1510
-rw-r--r--git-phab.txt10
1 files changed, 10 insertions, 0 deletions
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