Git development
 help / color / mirror / Atom feed
* [PATCH] git potty: grok 'help' to mean '--help'.
@ 2006-01-03  9:53 Andreas Ericsson
  0 siblings, 0 replies; only message in thread
From: Andreas Ericsson @ 2006-01-03  9:53 UTC (permalink / raw)
  To: git


Most other scm's understand it, most users expect it and it's an easy fix.

Signed-off-by: Andreas Ericsson <ae@op5.se>

---

 git.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

bd2573445899c427adac66f2b0fe4643461ab280
diff --git a/git.c b/git.c
index e795ddb..5e7da74 100644
--- a/git.c
+++ b/git.c
@@ -244,6 +244,11 @@ int main(int argc, char **argv, char **e
 	for (i = 1; i < argc; i++) {
 		char *arg = argv[i];
 
+		if (!strcmp(arg, "help")) {
+			show_help = 1;
+			continue;
+		}
+
 		if (strncmp(arg, "--", 2))
 			break;
 
-- 
1.0.6-g58e3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-03  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-03  9:53 [PATCH] git potty: grok 'help' to mean '--help' Andreas Ericsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox