aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitattributes.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-06-06 09:07:32 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-06 11:18:28 -0700
commit9e1f0a85c68323830ea117092c55192b17aa3ac8 (patch)
treedd62fa819c738b3d2255f9f97c50db5e69b4fcfb /Documentation/gitattributes.txt
parent30eba7bf2caa327b4251d66bf7157dda97512e96 (diff)
downloadgit-9e1f0a85c68323830ea117092c55192b17aa3ac8.tar.gz
documentation: move git(7) to git(1)
As the "git" man page describes the "git" command at the end-user level, it seems better to move it to man section 1. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r--Documentation/gitattributes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 04ca63ca3d..471754eb12 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -265,7 +265,7 @@ When git needs to show you a diff for the path with `diff`
attribute set to `jcdiff`, it calls the command you specified
with the above configuration, i.e. `j-c-diff`, with 7
parameters, just like `GIT_EXTERNAL_DIFF` program is called.
-See linkgit:git[7] for details.
+See linkgit:git[1] for details.
Defining a custom hunk-header
@@ -518,4 +518,4 @@ commit hash.
GIT
---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite