From: Junio C Hamano
Date: Fri, 6 Jun 2008 22:50:53 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.6-rc1-21-g03300
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f7c042d91f834c0648b5ca3ebf1ef6d0cdc1e36d;p=git.git
Autogenerated HTML docs for v1.5.6-rc1-21-g03300
---
diff --git a/diff-options.txt b/diff-options.txt
index 859d67990..572154834 100644
--- a/diff-options.txt
+++ b/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].
diff --git a/git-add.html b/git-add.html
index d1728720e..d4119d376 100644
--- a/git-add.html
+++ b/git-add.html
@@ -410,7 +410,7 @@ commit.
The optional configuration variable core.excludesfile indicates a path to a
file containing patterns of file names to exclude from git-add, similar to
$GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to
-those in info/exclude. See repository layout.
+those in info/exclude. See gitrepository-layout(5)[repository layout].
EXAMPLES
@@ -600,11 +600,11 @@ double-quote and control characters will still have problems.
GIT
-
Part of the git(7) suite
+
Part of the git(1) suite