Skip to content

Commit 5bed7f6

Browse files
phil-blaingitster
authored andcommitted
git.txt: fix typos in 'linkgit' macro invocation
The 'linkgit' Asciidoc macro is misspelled as 'linkit' in the description of 'GIT_SEQUENCE_EDITOR' since the addition of that variable to git(1) in 902a126 (doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' more, 2020-08-31). Also, it uses two colons instead of one. Fix that. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 898f807 commit 5bed7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ other
609609
`GIT_SEQUENCE_EDITOR`::
610610
This environment variable overrides the configured Git editor
611611
when editing the todo list of an interactive rebase. See also
612-
linkit::git-rebase[1] and the `sequence.editor` option in
613-
linkit::git-config[1].
612+
linkgit:git-rebase[1] and the `sequence.editor` option in
613+
linkgit:git-config[1].
614614

615615
`GIT_SSH`::
616616
`GIT_SSH_COMMAND`::

0 commit comments

Comments
 (0)