diff options
author | Sebastian Kuzminsky <seb@highlab.com> | 2005-05-19 18:24:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-19 18:58:44 +0200 |
commit | 7984eabe071298df0ce53da2af449ec16dd747d8 (patch) | |
tree | 931868ef5db23f4dece921fed891387f7954936e /Documentation/git.txt | |
parent | [PATCH] Implement git-checkout-cache -u to update stat information in the cache. (diff) | |
download | git-7984eabe071298df0ce53da2af449ec16dd747d8.tar.xz git-7984eabe071298df0ce53da2af449ec16dd747d8.zip |
[PATCH] manpage name conflict
This moves the git manpage to man7, since "git" isn't a direct command
per se. It also does two other things:
* Sort of works around the asciidoc 6.0.3 bug where the manpages all
get called "git.1". It just renames them to what they should have
been called.
* Fixes a cut-n-paste bug in git-diff-helper.txt that was making
asciidoc choke.
Diffstat (limited to '')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 134afffe3f..ec7878eead 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -1,4 +1,4 @@ -git(1) +git(7) ====== v0.1, May 2005 |