diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-04-22 11:14:45 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-22 11:14:45 +0900 |
commit | 6b42805445c3b5714c100ac066697943f2571fd3 (patch) | |
tree | b6d36059019c75d352e9666ab9217f67225f53d6 /Documentation/git-submodule.txt | |
parent | 8aed8034be53fc67bbc470357b124abd5679fb91 (diff) | |
parent | 68ed71b53cf7c58343306566fa6d527cb5fced41 (diff) | |
download | git-6b42805445c3b5714c100ac066697943f2571fd3.tar.gz |
Merge branch 'cb/doco-mono'
Clean-up markup in the documentation suite.
* cb/doco-mono:
doc: format pathnames and URLs as monospace.
doc/CodingGuidelines: URLs and paths as monospace
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 2794e29780..ac8c6879dd 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -42,7 +42,7 @@ This may be either an absolute URL, or (if it begins with ./ or ../), the location relative to the superproject's default remote repository (Please note that to specify a repository 'foo.git' which is located right next to a superproject 'bar.git', you'll -have to use '../foo.git' instead of './foo.git' - as one might expect +have to use `../foo.git` instead of `./foo.git` - as one might expect when following the rules for relative URLs - because the evaluation of relative URLs in Git is identical to that of relative directories). + |