summaryrefslogtreecommitdiffstats
path: root/git-p4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-16 15:43:10 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-16 15:43:10 -0800
commit18a1532395f7adb2f9972cdc8551b3fa13f2a4a4 (patch)
tree02d62e6234cd0323ba4b7ad5b6bf04acb37aef03 /git-p4.txt
parentb53e588452bf69a47cbaf4c0a9248af9256e65ee (diff)
downloadgit-htmldocs-18a1532395f7adb2f9972cdc8551b3fa13f2a4a4.tar.gz
Autogenerated HTML docs for v2.11.0-65-geff96d
Diffstat (limited to 'git-p4.txt')
-rw-r--r--git-p4.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-p4.txt b/git-p4.txt
index c83aaf39c..bae862ddc 100644
--- a/git-p4.txt
+++ b/git-p4.txt
@@ -303,6 +303,15 @@ These options can be used to modify 'git p4 submit' behavior.
submit manually or revert. This option always stops after the
first (oldest) commit. Git tags are not exported to p4.
+--shelve::
+ Instead of submitting create a series of shelved changelists.
+ After creating each shelve, the relevant files are reverted/deleted.
+ If you have multiple commits pending multiple shelves will be created.
+
+--update-shelve CHANGELIST::
+ Update an existing shelved changelist with this commit. Implies
+ --shelve.
+
--conflict=(ask|skip|quit)::
Conflicts can occur when applying a commit to p4. When this
happens, the default behavior ("ask") is to prompt whether to
@@ -467,6 +476,10 @@ git-p4.client::
Client specified as an option to all p4 commands, with
'-c <client>', including the client spec.
+git-p4.retries::
+ Specifies the number of times to retry a p4 command (notably,
+ 'p4 sync') if the network times out. The default value is 3.
+
Clone and sync variables
~~~~~~~~~~~~~~~~~~~~~~~~
git-p4.syncFromOrigin::