Re: [PATCH 1/2] submodule documentation: add options to the subcommand

2016-08-02 Thread Junio C Hamano
Stefan Beller writes: > On Tue, Aug 2, 2016 at 2:45 PM, Junio C Hamano wrote: >> Stefan Beller writes: >> >>> When reading up on a subcommand of `gi submodule`, it is convenient >> >> s/gi /git /; > > will fix. > > And in the neighboring thread you just pointed out you used to just correct > sp

Re: [PATCH 1/2] submodule documentation: add options to the subcommand

2016-08-02 Thread Stefan Beller
On Tue, Aug 2, 2016 at 2:45 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> When reading up on a subcommand of `gi submodule`, it is convenient > > s/gi /git /; will fix. And in the neighboring thread you just pointed out you used to just correct spelling fixes like this. I think it real

Re: [PATCH 1/2] submodule documentation: add options to the subcommand

2016-08-02 Thread Junio C Hamano
Stefan Beller writes: > When reading up on a subcommand of `gi submodule`, it is convenient s/gi /git /; > to have its options nearby and not just at the top of the man page. > Add the options to each subcommand. > > While at it, also document the `--checkout` option for `update`. I do find th

[PATCH 1/2] submodule documentation: add options to the subcommand

2016-08-02 Thread Stefan Beller
When reading up on a subcommand of `gi submodule`, it is convenient to have its options nearby and not just at the top of the man page. Add the options to each subcommand. While at it, also document the `--checkout` option for `update`. Signed-off-by: Stefan Beller --- This mini series applie