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 sojk...@fel.cvut.cz 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 ---

[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

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

2015-02-23 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com 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

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

2015-02-23 Thread Junio C Hamano
Michal Sojka sojk...@fel.cvut.cz 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 +++