summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 26d7445)
raw | patch | inline | side by side (parent: 26d7445)
author | Theodore Ts'o <tytso@mit.edu> | |
Mon, 12 Nov 2007 00:57:57 +0000 (19:57 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 Nov 2007 22:46:18 +0000 (14:46 -0800) |
The newbie user will run away screaming when they see all possible
commands. The expert user will already know about the -a option from
reading the git man page.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commands. The expert user will already know about the -a option from
reading the git man page.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c | patch | blob | history |
index 8217d97787b2ba38a5327c1204797044b2b4cd72..5f8c121bc1f8daf6bc6bb810b08a802a27ce9dc2 100644 (file)
--- a/help.c
+++ b/help.c
mput_char(' ', longest - strlen(common_cmds[i].name));
puts(common_cmds[i].help);
}
- puts("(use 'git help -a' to get a list of all installed git commands)");
}
static void show_man_page(const char *git_cmd)