]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
submodules: overhaul documentation
authorStefan Beller <sbeller@google.com>
Thu, 22 Jun 2017 21:01:49 +0000 (14:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Jun 2017 22:25:25 +0000 (15:25 -0700)
commitd48034551a3b1cb2dc60ff1c30a2d5acad20b6a1
tree5893ba43894dce3ee0e2a752c4859fd741708436
parent41dd4330a1210003bd702ec4a9301ed68e60864d
submodules: overhaul documentation

This patch aims to detangle (a) the usage of `git-submodule`
from (b) the concept of submodules and (c) how the actual
implementation looks like, such as where they are configured
and (d) what the best practices are.

To do so, move the conceptual parts of the 'git-submodule'
man page to a new man page gitsubmodules(7). This new page
is just like gitmodules(5), gitattributes(5), gitcredentials(7),
gitnamespaces(7), gittutorial(7), which introduce a concept
rather than explaining a specific command.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/git-rm.txt
Documentation/git-submodule.txt
Documentation/gitsubmodules.txt [new file with mode: 0644]