diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-12-27 15:14:31 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-27 15:14:32 -0800 |
commit | f6bf36dc9c30b2a8a5c99fcf62646a6b29b37010 (patch) | |
tree | b5bf6998703a16e592da6df376cb2a3fdd4eb5cd /Documentation | |
parent | Merge tag 'l10n-2.30.0-rnd2' of https://github.com/git-l10n/git-po (diff) | |
parent | git.txt: fix typos in 'linkgit' macro invocation (diff) | |
download | tgif-f6bf36dc9c30b2a8a5c99fcf62646a6b29b37010.tar.xz |
Merge branch 'pb/doc-git-linkit-fix'
Docfix.
* pb/doc-git-linkit-fix:
git.txt: fix typos in 'linkgit' macro invocation
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index c463b937a8..a6d4ad0818 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -609,8 +609,8 @@ other `GIT_SEQUENCE_EDITOR`:: This environment variable overrides the configured Git editor when editing the todo list of an interactive rebase. See also - linkit::git-rebase[1] and the `sequence.editor` option in - linkit::git-config[1]. + linkgit:git-rebase[1] and the `sequence.editor` option in + linkgit:git-config[1]. `GIT_SSH`:: `GIT_SSH_COMMAND`:: |