aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-01-05 13:28:10 -0800
committerJunio C Hamano <gitster@pobox.com>2018-01-05 13:28:10 -0800
commita778ba1c71eca2e7f9978bd529efa3f2d393710d (patch)
tree1a24041dd72d21cfb1621b97724e8646ef3eb219 /Documentation
parenta741e2825b3a3045254f404696c0051714c0e7c3 (diff)
parent8cf422dbf1b4bc14a970b7ff5c5fa555f61dd9ed (diff)
downloadgit-a778ba1c71eca2e7f9978bd529efa3f2d393710d.tar.gz
git-a778ba1c71eca2e7f9978bd529efa3f2d393710d.tar.xz
Merge branch 'ld/p4-multiple-shelves'
"git p4" update. * ld/p4-multiple-shelves: git-p4: update multiple shelved change lists
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-p4.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt
index 7436c64a9..d8c8f11c9 100644
--- a/Documentation/git-p4.txt
+++ b/Documentation/git-p4.txt
@@ -157,6 +157,12 @@ The p4 changes will be created as the user invoking 'git p4 submit'. The
according to the author of the Git commit. This option requires admin
privileges in p4, which can be granted using 'p4 protect'.
+To shelve changes instead of submitting, use `--shelve` and `--update-shelve`:
+
+----
+$ git p4 submit --shelve
+$ git p4 submit --update-shelve 1234 --update-shelve 2345
+----
OPTIONS
-------
@@ -310,7 +316,7 @@ These options can be used to modify 'git p4 submit' behavior.
--update-shelve CHANGELIST::
Update an existing shelved changelist with this commit. Implies
- --shelve.
+ --shelve. Repeat for multiple shelved changelists.
--conflict=(ask|skip|quit)::
Conflicts can occur when applying a commit to p4. When this