Re: [PATCH v2] git.c: show usage for accessing the git(1) help page

2019-05-15 Thread Eric Sunshine
On Wed, May 15, 2019 at 4:11 AM Philip Oakley wrote: > It is not immediately obvious how to use the `git help` system to show > the git(1) page, with its overview and its background and coordinating > material, such as environment variables. > > Let's simply list it as the last few words of the la

[PATCH v2] git.c: show usage for accessing the git(1) help page

2019-05-15 Thread Philip Oakley
It is not immediately obvious how to use the `git help` system to show the git(1) page, with its overview and its background and coordinating material, such as environment variables. Let's simply list it as the last few words of the last usage line. Signed-off-by: Philip Oakley --- This follows