Documentation: fix gitlinks

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Nieder 2008-07-02 23:54:38 -05:00 committed by Junio C Hamano
parent 9c67c75719
commit 0cafe944e9
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ OPTIONS
`git-update-server-info`. This option skips `git-update-server-info`. This option skips
updating local catalog files needed to publish updating local catalog files needed to publish
this repository (or a direct copy of it) this repository (or a direct copy of it)
over HTTP or FTP. See gitlink:git-update-server-info[1]. over HTTP or FTP. See linkgit:git-update-server-info[1].
--window=[N]:: --window=[N]::
--depth=[N]:: --depth=[N]::

View File

@ -1303,7 +1303,7 @@ $ git diff -3 file.txt # diff against stage 3
$ git diff --theirs file.txt # same as the above. $ git diff --theirs file.txt # same as the above.
------------------------------------------------- -------------------------------------------------
The linkgit:git-log[1] and gitk[1] commands also provide special help The linkgit:git-log[1] and linkgit:gitk[1] commands also provide special help
for merges: for merges:
------------------------------------------------- -------------------------------------------------