diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-05 19:10:35 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-06 18:41:43 -0800 |
commit | 5f8bee5859a82144fc03feee2cc99288eb923d9d (patch) | |
tree | 43332a71eb50788048a4b9ee79476bacdd5c92cf /Documentation/git-index-pack.txt | |
parent | 4c785e50debe13c4cdc3cfae7c6bc4977f6eef3d (diff) | |
download | git-5f8bee5859a82144fc03feee2cc99288eb923d9d.tar.gz |
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 |