We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5388a commit f84cb68Copy full SHA for f84cb68
Documentation/git-p4.txt
@@ -168,7 +168,8 @@ All commands except clone accept these options.
168
--git-dir <dir>::
169
Set the 'GIT_DIR' environment variable. See linkgit:git[1].
170
171
---verbose, -v::
+-v::
172
+--verbose::
173
Provide more progress information.
174
175
Sync options
@@ -279,7 +280,8 @@ These options can be used to modify 'git p4 submit' behavior.
279
280
Export tags from Git as p4 labels. Tags found in Git are applied
281
to the perforce working directory.
282
---dry-run, -n::
283
+-n::
284
+--dry-run::
285
Show just what commits would be submitted to p4; do not change
286
state in Git or p4.
287
0 commit comments