projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b602ed7
)
"git log -h": typofix misspelled 'suppress'
author
Jay Soffian
<jaysoffian@gmail.com>
Wed, 18 May 2011 17:56:04 +0000
(13:56 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 18 May 2011 18:54:26 +0000
(11:54 -0700)
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c
patch
|
blob
|
history
diff --git
a/builtin/log.c
b/builtin/log.c
index f6219909a787ae355a43e39974140a36848ab1d6..38c32c1cd1b6a21f538409e4fed493711a51a917 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-92,7
+92,7
@@
static void cmd_log_init_finish(int argc, const char **argv, const char *prefix,
int quiet = 0, source = 0;
const struct option builtin_log_options[] = {
- OPT_BOOLEAN(0, "quiet", &quiet, "supress diff output"),
+ OPT_BOOLEAN(0, "quiet", &quiet, "sup
p
ress diff output"),
OPT_BOOLEAN(0, "source", &source, "show source"),
{ OPTION_CALLBACK, 0, "decorate", NULL, NULL, "decorate options",
PARSE_OPT_OPTARG, decorate_callback},