Skip to content

Commit a9834f5

Browse files
Marius Storm-Olsenspearce
authored andcommitted
Add 'git-p4 commit' as an alias for 'git-p4 submit'
Given that git uses 'commit', git-p4's 'sumbit' was a bit confusing at times; often making me do 'git submit' and 'git-p4 commit' instead. Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> Acked-By: Simon Hausmann <simon@lst.de> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 7c0d741 commit a9834f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/fast-import/git-p4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,7 @@ def printUsage(commands):
16511651
commands = {
16521652
"debug" : P4Debug,
16531653
"submit" : P4Submit,
1654+
"commit" : P4Submit,
16541655
"sync" : P4Sync,
16551656
"rebase" : P4Rebase,
16561657
"clone" : P4Clone,

0 commit comments

Comments
 (0)