diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-16 14:16:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-16 14:16:42 -0700 |
commit | 1cb3324e6152f3b35a7175b84a82b714290090fa (patch) | |
tree | 2b712a7b8e8ef91d8f8318b2107f63cd01feb02f /builtin | |
parent | Update draft release notes to 2.2 (diff) | |
parent | doc: add 'everyday' to 'git help' (diff) | |
download | tgif-1cb3324e6152f3b35a7175b84a82b714290090fa.tar.xz |
Merge branch 'po/everyday-doc'
"git help everyday" to show the Everyday Git document.
* po/everyday-doc:
doc: add 'everyday' to 'git help'
doc: Makefile regularise OBSOLETE_HTML list building
doc: modernise everyday.txt wording and format in man page style
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/help.c b/builtin/help.c index 8343b4027d..b3c818ee01 100644 --- a/builtin/help.c +++ b/builtin/help.c @@ -421,6 +421,7 @@ static struct { const char *help; } common_guides[] = { { "attributes", N_("Defining attributes per path") }, + { "everyday", N_("Everyday Git With 20 Commands Or So") }, { "glossary", N_("A Git glossary") }, { "ignore", N_("Specifies intentionally untracked files to ignore") }, { "modules", N_("Defining submodule properties") }, |