* [PATCH] Add 'git-p4 commit' as an alias for 'git-p4 submit'
@ 2007-10-09 14:16 Marius Storm-Olsen
2007-10-09 19:08 ` Simon Hausmann
0 siblings, 1 reply; 2+ messages in thread
From: Marius Storm-Olsen @ 2007-10-09 14:16 UTC (permalink / raw)
To: git; +Cc: simon, Marius Storm-Olsen
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>
---
contrib/fast-import/git-p4 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index 557649a..52cd2a4 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -1651,6 +1651,7 @@ def printUsage(commands):
commands = {
"debug" : P4Debug,
"submit" : P4Submit,
+ "commit" : P4Submit,
"sync" : P4Sync,
"rebase" : P4Rebase,
"clone" : P4Clone,
--
1.5.3.4.1155.gfe96ee-dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add 'git-p4 commit' as an alias for 'git-p4 submit'
2007-10-09 14:16 [PATCH] Add 'git-p4 commit' as an alias for 'git-p4 submit' Marius Storm-Olsen
@ 2007-10-09 19:08 ` Simon Hausmann
0 siblings, 0 replies; 2+ messages in thread
From: Simon Hausmann @ 2007-10-09 19:08 UTC (permalink / raw)
To: Marius Storm-Olsen; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
On Tuesday 09 October 2007 16:16:09 Marius Storm-Olsen wrote:
> 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>
Simon
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-09 19:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 14:16 [PATCH] Add 'git-p4 commit' as an alias for 'git-p4 submit' Marius Storm-Olsen
2007-10-09 19:08 ` Simon Hausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).