X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-pack-objects.txt;h=caf5d0d1eed62b0a93efb2da519a7bd43efd7083;hb=bd321bcc51e95f644ac5335abe673afcbcaade62;hp=970150a128a08c7da14c1ee56b8e9f8394cb3c25;hpb=7fe2fc79358673a909d71e62d3f80ffe0f525fce;p=git.git diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index 970150a1..caf5d0d1 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -1,6 +1,5 @@ git-pack-objects(1) =================== -v0.1, July 2005 NAME ---- @@ -31,7 +30,7 @@ transport by their peers. Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES) -enables GIT to read from such an archive. +enables git to read from such an archive. OPTIONS @@ -76,7 +75,8 @@ Documentation by Junio C Hamano See-Also -------- -git-repack(1) git-prune-packed(1) +gitlink:git-repack[1] +gitlink:git-prune-packed[1] GIT ---