From: brian m. carlson Date: Mon, 17 Nov 2014 00:49:00 +0000 (+0000) Subject: Documentation: change "gitlink" typo in git-push X-Git-Tag: v2.2.2~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=366c8d4ca383466184edd4de75214233368f1efa;p=git Documentation: change "gitlink" typo in git-push The git-push manual page used "gitlink" in one place instead of "linkgit". Fix this so the link renders correctly. Noticed-by: Dan Allen Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 21cd455508..c0d7403b9a 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -33,7 +33,7 @@ When the command line does not specify what to push with `...` arguments or `--all`, `--mirror`, `--tags` options, the command finds the default `` by consulting `remote.*.push` configuration, and if it is not found, honors `push.default` configuration to decide -what to push (See gitlink:git-config[1] for the meaning of `push.default`). +what to push (See linkgit:git-config[1] for the meaning of `push.default`). OPTIONS[[OPTIONS]]