projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348df16
)
parseopt: fix documentation for --keep-dashdash
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Tue, 28 Apr 2009 20:29:24 +0000
(22:29 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 29 Apr 2009 23:50:10 +0000
(16:50 -0700)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-parse.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-rev-parse.txt
b/Documentation/git-rev-parse.txt
index fba30b12eddb453e37a548d4c66de2096cd6a361..52c353e674761bf4897484a261c702e5cc02f18a 100644
(file)
--- a/
Documentation/git-rev-parse.txt
+++ b/
Documentation/git-rev-parse.txt
@@
-26,7
+26,7
@@
OPTIONS
--parseopt::
Use 'git-rev-parse' in option parsing mode (see PARSEOPT section below).
---keep-dash
-
dash::
+--keep-dashdash::
Only meaningful in `--parseopt` mode. Tells the option parser to echo
out the first `--` met instead of skipping it.