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 902a126eca (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>
This commit is contained in:
Philippe Blain 2020-12-22 15:44:42 +00:00 committed by Junio C Hamano
parent 898f80736c
commit 5bed7f66c4

View File

@ -609,8 +609,8 @@ other
`GIT_SEQUENCE_EDITOR`:: `GIT_SEQUENCE_EDITOR`::
This environment variable overrides the configured Git editor This environment variable overrides the configured Git editor
when editing the todo list of an interactive rebase. See also when editing the todo list of an interactive rebase. See also
linkit::git-rebase[1] and the `sequence.editor` option in linkgit:git-rebase[1] and the `sequence.editor` option in
linkit::git-config[1]. linkgit:git-config[1].
`GIT_SSH`:: `GIT_SSH`::
`GIT_SSH_COMMAND`:: `GIT_SSH_COMMAND`::