diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-02 23:54:38 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 11:24:39 -0700 |
commit | 0cafe944e9c1d50e0b4377fbf26f2fc1544d0204 (patch) | |
tree | 2b915ba7ca889783e6d8979eb5f5e8c7338b1769 /Documentation | |
parent | 9c67c757191b34760bf5f6c1d1426ce1bb01ef08 (diff) | |
download | git-0cafe944e9c1d50e0b4377fbf26f2fc1544d0204.tar.gz git-0cafe944e9c1d50e0b4377fbf26f2fc1544d0204.tar.xz |
Documentation: fix gitlinks
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-repack.txt | 2 | ||||
-rw-r--r-- | Documentation/user-manual.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 0d72e8302..c956affb4 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -72,7 +72,7 @@ OPTIONS `git-update-server-info`. This option skips updating local catalog files needed to publish 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]:: --depth=[N]:: diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index ca13266b1..cbfc5d03a 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1303,7 +1303,7 @@ $ git diff -3 file.txt # diff against stage 3 $ 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: ------------------------------------------------- |