aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rm.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-07-12 15:18:21 -0700
committerJunio C Hamano <gitster@pobox.com>2017-07-12 15:18:21 -0700
commitb5fe65fe93db1931501027a322ecb6a9f17f56e7 (patch)
tree4ccc45514c16fb411822a0754efb9fdba98e59a7 /Documentation/git-rm.txt
parent117ddefdb4dfd9b40ae60967a7327754d8ce7a87 (diff)
parentd48034551a3b1cb2dc60ff1c30a2d5acad20b6a1 (diff)
downloadgit-b5fe65fe93db1931501027a322ecb6a9f17f56e7.tar.gz
Merge branch 'sb/submodule-doc'
Doc update. * sb/submodule-doc: submodules: overhaul documentation
Diffstat (limited to 'Documentation/git-rm.txt')
-rw-r--r--Documentation/git-rm.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt
index 8c87e8cdd7..683e591330 100644
--- a/Documentation/git-rm.txt
+++ b/Documentation/git-rm.txt
@@ -153,8 +153,8 @@ Ignored files are deemed expendable and won't stop a submodule's work
tree from being removed.
If you only want to remove the local checkout of a submodule from your
-work tree without committing the removal,
-use linkgit:git-submodule[1] `deinit` instead.
+work tree without committing the removal, use linkgit:git-submodule[1] `deinit`
+instead. Also see linkgit:gitsubmodules[7] for details on submodule removal.
EXAMPLES
--------