aboutsummaryrefslogtreecommitdiff
path: root/Documentation/diff-options.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-06-06 09:07:28 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-06 11:14:52 -0700
commit30eba7bf2caa327b4251d66bf7157dda97512e96 (patch)
tree37326a19bfc12c78ce12cf2ddbafd18bb187d513 /Documentation/diff-options.txt
parenta0ebe573a516a1530a2c072e513fa7f529781dd0 (diff)
downloadgit-30eba7bf2caa327b4251d66bf7157dda97512e96.tar.gz
git-30eba7bf2caa327b4251d66bf7157dda97512e96.tar.xz
documentation: convert "diffcore" and "repository-layout" to man pages
This patch renames the following documents and at the same time converts them to the man format: diffcore.txt -> gitdiffcore.txt (man section 7) repository-layout.txt -> gitrepository-layout.txt (man section 5) Other documents that reference the above ones are changed accordingly. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r--Documentation/diff-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 859d67990..572154834 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -241,4 +241,4 @@ endif::git-format-patch[]
Do not show any source or destination prefix.
For more detailed explanation on these common options, see also
-link:diffcore.html[diffcore documentation].
+linkgit:gitdiffcore[7][diffcore documentation].