]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-submodule.txt
doc: mention that 'git submodule update' fetches missing commits
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sun, 24 Nov 2019 02:01:35 +0000 (21:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Nov 2019 06:03:18 +0000 (15:03 +0900)
commitf0e58b3fe85970cfac20cd10545dd91a65094887
tree68e546a09b81401067020008063a770f21400d1e
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
doc: mention that 'git submodule update' fetches missing commits

'git submodule update' will fetch new commits from the submodule remote
if the SHA-1 recorded in the superproject is not found. This was not
mentioned in the documentation.

Helped-by: Junio C Hamano <gitster@pobox.com>
Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt