]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
doc: add 'everyday' to 'git help'
authorPhilip Oakley <philipoakley@iee.org>
Fri, 10 Oct 2014 21:25:37 +0000 (22:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Oct 2014 23:02:26 +0000 (16:02 -0700)
commit673151a9bb56ec97fab66746e3aecef78fddb9b8
tree0f933ad11826289b106c89c14d9b38f1e8245ec6
parent5a568ea05094da4507170ff91fc528a0113dc8be
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>
12 files changed:
Documentation/Makefile
Documentation/everyday.txto [new file with mode: 0644]
Documentation/git-push.txt
Documentation/git.txt
Documentation/gitcore-tutorial.txt
Documentation/gitcvs-migration.txt
Documentation/giteveryday.txt [moved from Documentation/everyday.txt with 97% similarity]
Documentation/gitglossary.txt
Documentation/gittutorial-2.txt
Documentation/gittutorial.txt
README
builtin/help.c