All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Make 'git help everyday' work
@ 2014-09-29 16:41 Philip Oakley
  2014-09-29 16:41 ` [PATCH v3 1/3] doc: modernise everyday.txt wording and format in man page style Philip Oakley
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philip Oakley @ 2014-09-29 16:41 UTC (permalink / raw)
  To: GitList; +Cc: Junio C Hamano

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-29 23:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 16:41 [PATCH v3 0/3] Make 'git help everyday' work Philip Oakley
2014-09-29 16:41 ` [PATCH v3 1/3] doc: modernise everyday.txt wording and format in man page style Philip Oakley
2014-09-29 23:24   ` Junio C Hamano
2014-09-29 16:41 ` [PATCH v3 2/3] doc: Makefile regularise OBSOLETE_HTML list building Philip Oakley
2014-09-29 16:41 ` [PATCH v3 3/3] Make 'git help everyday' work Philip Oakley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.