diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2005-11-15 13:29:18 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-15 11:42:28 -0800 |
commit | a52e4ef877f693a69710145f56d867365a755f91 (patch) | |
tree | f29fc72a44e71ea0901d7beef749f9b5d8b828e2 | |
parent | Documentation: do not blindly run 'cat' .git/HEAD, or echo into it. (diff) | |
download | tgif-a52e4ef877f693a69710145f56d867365a755f91.tar.xz |
Fix git(1) link to git-index-pack
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-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 7045f3f97e..bd389bdb97 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -67,7 +67,7 @@ gitlink:git-commit-tree[1]:: gitlink:git-hash-object[1]:: Computes the object ID from a file. -gitlink:git-index-pack.html[1]:: +gitlink:git-index-pack[1]:: Build pack index file for an existing packed archive. gitlink:git-init-db[1]:: |