aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-08-04 14:03:45 -0700
committerJunio C Hamano <gitster@pobox.com>2014-08-04 14:03:45 -0700
commitb16665e832642602b28b9abf5da3a2c53b97d6ca (patch)
tree8bbe8ab3acdc02398e0e3fb2570077b01805f26f /Documentation/git-push.txt
parent18bd789a1824c1ef47ce84d92e354021a373a4c1 (diff)
parent2147fa7e19befc10fd21032786b87cdca817b57c (diff)
downloadgit-b16665e832642602b28b9abf5da3a2c53b97d6ca.tar.gz
Merge branch 'tf/maint-doc-push'
* tf/maint-doc-push: git-push: fix link in man page
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
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 `<refspec>...`
arguments or `--all`, `--mirror`, `--tags` options, the command finds
the default `<refspec>` 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]]