Here's version three of my patches to make 'git help everyday' work. It's taken awhile. Previous patches at [1] and [2]. Junio has provided guidance on modernisation of the text, which has been integrated into patch 1. Patch 2 regularises the OBSOLETE_HTML method in the make file, in line with the currently queued version on pu. Finally patch 3 swaps over the everyday.txt to the giteveryday.txt accessible through the regular help system, and changes over all the links. This follows from : >Subject: What's cooking in git.git (Sep 2014, #06; Wed, 24) [...] > * po/everyday-doc (2014-01-27) 1 commit > - Make 'git help everyday' work > > This may make the said command to emit something, but the source is > not meant to be formatted into a manual pages to begin with, and > also its contents are a bit stale. It may be a good first step in > the right direction, but needs more work to at least get the > mark-up right before public consumption. > > Waiting for a reroll (thread ending at $gmane/254746) > Philip [1] http://thread.gmane.org/gmane.comp.version-control.git/240286 [PATCH 0/6] Make 'git help everyday' work [2] http://thread.gmane.org/gmane.comp.version-control.git/240354 [PATCH v2] Make 'git help everyday' work Philip Oakley (3): doc: modernise everyday.txt wording and format in man page style doc: Makefile regularise OBSOLETE_HTML list building Make 'git help everyday' work Documentation/Makefile | 6 +- Documentation/everyday.txt | 413 ---------------------------------- Documentation/everyday.txto | 9 + Documentation/git-push.txt | 2 +- Documentation/git.txt | 4 +- Documentation/gitcore-tutorial.txt | 2 +- Documentation/gitcvs-migration.txt | 2 +- Documentation/giteveryday.txt | 447 +++++++++++++++++++++++++++++++++++++ Documentation/gitglossary.txt | 2 +- Documentation/gittutorial-2.txt | 4 +- Documentation/gittutorial.txt | 4 +- README | 2 +- builtin/help.c | 1 + 13 files changed, 472 insertions(+), 426 deletions(-) delete mode 100644 Documentation/everyday.txt create mode 100644 Documentation/everyday.txto create mode 100644 Documentation/giteveryday.txt -- 1.9.4.msysgit.0 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html