git-p4: allow submit to create shelved changelists.
[gitweb.git] / Documentation / git-p4.txt
index c83aaf39c33505ead72d523f278620fcc6f8f757..1bbf43d1572c7ff82afed3a91a2f871e0a8d3750 100644 (file)
@@ -303,6 +303,11 @@ 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.
+
 --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