summaryrefslogtreecommitdiffstats
path: root/git-p4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-01-05 15:25:32 -0800
committerJunio C Hamano <gitster@pobox.com>2018-01-05 15:25:32 -0800
commit2a78f2782c79f72b80dfdeb525d9f8f367888199 (patch)
tree6a7a3304c6364020f2ef80360b7e90df3bc0c68d /git-p4.txt
parent68e72b77e38cd977e75ab3e6e439a98a1d80e5d8 (diff)
downloadgit-htmldocs-2a78f2782c79f72b80dfdeb525d9f8f367888199.tar.gz
Autogenerated HTML docs for v2.16.0-rc1
Diffstat (limited to 'git-p4.txt')
-rw-r--r--git-p4.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-p4.txt b/git-p4.txt
index 7436c64a9..d8c8f11c9 100644
--- a/git-p4.txt
+++ b/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