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

2015-02-23 Thread Michal Sojka
On Sat, Feb 21 2015, Junio C Hamano wrote: > Michal Sojka writes: >> update:: >> +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 >> +

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

2015-02-20 Thread Junio C Hamano
Michal Sojka writes: > This patch fixes all these problems. Now, submodule.$name.update is > fully documented in git-submodule.txt and the other files just refer to "Fix all these problems by documenting submodule.*.update in git-submodule.txt and make everybody else refer to it" in imperative m

[PATCH v3] submodule: Improve documentation of update subcommand

2015-02-19 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