1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 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
|