Re: [PATCHv2] Documentation/config: clarify the meaning of submodule..update

2017-09-23 Thread Junio C Hamano
Jonathan Nieder writes: > Stefan Beller wrote: > >> Reported-by: Lars Schneider >> Signed-off-by: Stefan Beller >> --- >> Documentation/config.txt | 12 >> 1 file changed, 8 insertions(+), 4 deletions(-) >> >> Jonathan writes: > >>> You'll want to update Documentation/gitmodules.t

Re: [PATCHv2] Documentation/config: clarify the meaning of submodule..update

2017-09-22 Thread Jonathan Nieder
Stefan Beller wrote: > Reported-by: Lars Schneider > Signed-off-by: Stefan Beller > --- > Documentation/config.txt | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > Jonathan writes: >> You'll want to update Documentation/gitmodules.txt, too. > > No. /grumpycat > > It sho

[PATCHv2] Documentation/config: clarify the meaning of submodule..update

2017-09-22 Thread Stefan Beller
With more commands (that potentially change a submodule) paying attention to submodules as well as the recent discussion[1] on submodule..update, let's spell out that submodule..update is strictly to be used for configuring the "submodule update" command and not to be obeyed by other commands. The