diff options
author | Sergey Vlasov <vsu@altlinux.ru> | 2005-09-19 14:10:51 +0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-20 15:07:52 -0700 |
commit | a7154e916c6fab01dfb67629dae8c4430daff669 (patch) | |
tree | c32ca95df60d434b869133c60d8dcb1a3298b50a /Documentation/git-diff-tree.txt | |
parent | d1c2e113c5b6bb580bb345fc9bc56e0b8712d070 (diff) | |
download | git-a7154e916c6fab01dfb67629dae8c4430daff669.tar.gz git-a7154e916c6fab01dfb67629dae8c4430daff669.tar.xz |
[PATCH] Documentation: Update all files to use the new gitlink: macro
The replacement was performed automatically by these commands:
perl -pi -e 's/link:(git.+)\.html\[\1\]/gitlink:$1\[1\]/g' \
README Documentation/*.txt
perl -pi -e 's/link:git\.html\[git\]/gitlink:git\[7\]/g' \
README Documentation/*.txt
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r-- | Documentation/git-diff-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 9ec4b29ff..5aa4adcc4 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -126,5 +126,5 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite |