From a7154e916c6fab01dfb67629dae8c4430daff669 Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Mon, 19 Sep 2005 14:10:51 +0400 Subject: [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 Signed-off-by: Junio C Hamano --- Documentation/git-pack-objects.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-pack-objects.txt') diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index 5ce195c5a..970150a12 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -80,5 +80,5 @@ git-repack(1) git-prune-packed(1) GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite -- cgit v1.2.1