Skip to content

Commit 5f8bee5

Browse files
committed
Documentation: fix "gitlink::foobar[s]"
They should be spelled with a single colon. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4c785e5 commit 5f8bee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-index-pack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OPTIONS
4343
a default name determined from the pack content. If
4444
<pack-file> is not specified consider using --keep to
4545
prevent a race condition between this process and
46-
gitlink::git-repack[1].
46+
gitlink:git-repack[1].
4747

4848
--fix-thin::
4949
It is possible for gitlink:git-pack-objects[1] to build

Documentation/git-name-rev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ OPTIONS
3838
Instead of printing both the SHA-1 and the name, print only
3939
the name. If given with --tags the usual tag prefix of
4040
"tags/" is also omitted from the name, matching the output
41-
of gitlink::git-describe[1] more closely. This option
41+
of gitlink:git-describe[1] more closely. This option
4242
cannot be combined with --stdin.
4343

4444
EXAMPLE

0 commit comments

Comments
 (0)