diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-08-04 14:03:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-08-04 14:03:45 -0700 |
commit | b16665e832642602b28b9abf5da3a2c53b97d6ca (patch) | |
tree | 8bbe8ab3acdc02398e0e3fb2570077b01805f26f /Documentation | |
parent | 18bd789a1824c1ef47ce84d92e354021a373a4c1 (diff) | |
parent | 2147fa7e19befc10fd21032786b87cdca817b57c (diff) | |
download | git-b16665e832642602b28b9abf5da3a2c53b97d6ca.tar.gz |
Merge branch 'tf/maint-doc-push'
* tf/maint-doc-push:
git-push: fix link in man page
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-push.txt | 2 |
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]] |