]> git.ipfire.org Git - thirdparty/git.git/commit
submodules doc: update documentation for "." used for submodule branches
authorBrandon Williams <bmwill@google.com>
Wed, 19 Oct 2016 20:42:54 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Oct 2016 21:58:53 +0000 (14:58 -0700)
commit15ef78008aa6cdd42dbef3b1bd00ae64e4ab731a
tree8a1263c82e856f8c201a9c9ac817a80ada4cf444
parent4d7bc52b178bffe9e484c4dcd92d5353e2ce716f
submodules doc: update documentation for "." used for submodule branches

4d7bc52b17 ("submodule update: allow '.' for branch value",
2016-08-03) adopted from Gerrit a feature to set "." as a special
value of "submodule.<name>.branch" in .gitmodules file to indicate
that the tracking branch in the submodule should be the same as the
current branch in the superproject.

Update the documentation to describe this.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt
Documentation/gitmodules.txt