diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-06-06 09:07:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-06 11:18:28 -0700 |
commit | 9e1f0a85c68323830ea117092c55192b17aa3ac8 (patch) | |
tree | dd62fa819c738b3d2255f9f97c50db5e69b4fcfb /Documentation/git.txt | |
parent | 30eba7bf2caa327b4251d66bf7157dda97512e96 (diff) | |
download | git-9e1f0a85c68323830ea117092c55192b17aa3ac8.tar.gz git-9e1f0a85c68323830ea117092c55192b17aa3ac8.tar.xz |
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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index f0d106add..ba07e51f5 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 |