Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-06-06 11:07:32 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-06 22:18:28 +0400
commit9e1f0a85c68323830ea117092c55192b17aa3ac8 (patch)
treedd62fa819c738b3d2255f9f97c50db5e69b4fcfb /Documentation/git.txt
parent30eba7bf2caa327b4251d66bf7157dda97512e96 (diff)
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/git.txt')
-rw-r--r--Documentation/git.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index f0d106addf..ba07e51f59 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -1,4 +1,4 @@
-git(7)
+git(1)
======
NAME
@@ -589,4 +589,4 @@ link:user-manual.html[The Git User's Manual]
GIT
---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite