diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-06 04:10:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-07 03:41:43 +0100 |
commit | 5f8bee5859a82144fc03feee2cc99288eb923d9d (patch) | |
tree | 43332a71eb50788048a4b9ee79476bacdd5c92cf /Documentation/git-index-pack.txt | |
parent | Documentation: remove gitman.info with "make clean" (diff) | |
download | git-5f8bee5859a82144fc03feee2cc99288eb923d9d.tar.xz git-5f8bee5859a82144fc03feee2cc99288eb923d9d.zip |
Documentation: fix "gitlink::foobar[s]"
They should be spelled with a single colon.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-index-pack.txt')
-rw-r--r-- | Documentation/git-index-pack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt index bf5c2bddf4..042c217fa0 100644 --- a/Documentation/git-index-pack.txt +++ b/Documentation/git-index-pack.txt @@ -43,7 +43,7 @@ OPTIONS a default name determined from the pack content. If <pack-file> is not specified consider using --keep to prevent a race condition between this process and - gitlink::git-repack[1]. + gitlink:git-repack[1]. --fix-thin:: It is possible for gitlink:git-pack-objects[1] to build |