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

2019-05-14 Thread Philip Oakley
Hi Peff, On 15/05/2019 02:53, Jeff King wrote: On Tue, May 14, 2019 at 05:17:17PM -0700, Emily Shaffer wrote: const char git_more_info_string[] = N_("'git help -a' and 'git help -g' list available subcommands and some\n" "concept guides. See 'git help ' or 'git help '\n"

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

2019-05-14 Thread Philip Oakley
Hi Emily, On 15/05/2019 01:17, Emily Shaffer wrote: On Tue, May 14, 2019 at 04:24:50PM +0100, Philip Oakley wrote: It is not immediately obvious how to use the `git help` system to show the git(1) page, with all its background and ccordinating material, such as environment variables. Let's sim

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

2019-05-14 Thread Jeff King
On Tue, May 14, 2019 at 05:17:17PM -0700, Emily Shaffer wrote: > > const char git_more_info_string[] = > > N_("'git help -a' and 'git help -g' list available subcommands and > > some\n" > >"concept guides. See 'git help ' or 'git help '\n" > > - "to read about a specific subcomm

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

2019-05-14 Thread Emily Shaffer
On Tue, May 14, 2019 at 04:24:50PM +0100, Philip Oakley wrote: > It is not immediately obvious how to use the `git help` system > to show the git(1) page, with all its background and ccordinating > material, such as environment variables. > > Let's simply list it as the last few words of the last

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

2019-05-14 Thread Philip Oakley
It is not immediately obvious how to use the `git help` system to show the git(1) page, with all its background and ccordinating 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 from the disc