Re: [PATCH] submodule: Improve documentation of update subcommand

2015-03-02 Thread Michal Sojka
On Mon, Feb 23 2015, Junio C Hamano wrote: > Michal Sojka writes: > >> The documentation of 'git submodule update' has several problems: > > Thanks, this round looks much better. > >> diff --git a/Documentation/config.txt b/Documentation/config.txt >> index ae6791d..fb2ae37 100644 >> --- a/Documen

Re: [PATCH] submodule: Improve documentation of update subcommand

2015-02-23 Thread Junio C Hamano
Junio C Hamano writes: >> +Update the registered submodules to match what the superproject >> +expects by cloning missing submodules and updating the working tree of >> +the submodules. The "updating" can be done in several ways depending >> +on command line options and the value of `submodule..u

Re: [PATCH] submodule: Improve documentation of update subcommand

2015-02-23 Thread Junio C Hamano
Michal Sojka writes: > The documentation of 'git submodule update' has several problems: Thanks, this round looks much better. > diff --git a/Documentation/config.txt b/Documentation/config.txt > index ae6791d..fb2ae37 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @

[PATCH] submodule: Improve documentation of update subcommand

2015-02-23 Thread Michal Sojka
The documentation of 'git submodule update' has several problems: 1) It mentions that value 'none' of submodule.$name.update can be overridden by --checkout, but other combinations of configuration values and command line options are not mentioned. 2) The documentation of submodule.$name.up