aboutsummaryrefslogtreecommitdiff
path: root/builtin/help.c
diff options
context:
space:
mode:
authorPhilip Oakley <philipoakley@iee.org>2014-10-10 22:25:37 +0100
committerJunio C Hamano <gitster@pobox.com>2014-10-10 16:02:26 -0700
commit673151a9bb56ec97fab66746e3aecef78fddb9b8 (patch)
tree0f933ad11826289b106c89c14d9b38f1e8245ec6 /builtin/help.c
parent5a568ea05094da4507170ff91fc528a0113dc8be (diff)
downloadgit-673151a9bb56ec97fab66746e3aecef78fddb9b8.tar.gz
git-673151a9bb56ec97fab66746e3aecef78fddb9b8.tar.xz
doc: add 'everyday' to 'git help'
The "Everyday GIT With 20 Commands Or So" is not accessible via the Git help system. Move everyday.txt to giteveryday.txt so that "git help everyday" works, and create a new placeholder file everyday.html to refer people who follow existing URLs to the updated location. giteveryday.txt now formats well with AsciiDoc as a man page and refreshed content to a more command modern style. Add 'everyday' to the help --guides list and update git(1) and 5 other links to giteveryday. Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/help.c')
-rw-r--r--builtin/help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/help.c b/builtin/help.c
index 8343b4027..b3c818ee0 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") },