X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-pack-objects.txt;h=5ce195c5a490d9055b79b00060cdad0f7efcdf69;hb=96768e3108f76a20699b23f7a1218949144b2394;hp=ae6e88d433981659053911069070befb85e96ed0;hpb=5f40520f8c4ca24b29295a36c7a7b6059ad5a888;p=git.git diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index ae6e88d4..5ce195c5 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -29,7 +29,7 @@ one-object" format; this is typically done by the smart-pull commands when a pack is created on-the-fly for efficient network transport by their peers. -Placing both in pack subdirectory of $GIT_OBJECT_DIRECTORY (or +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. @@ -74,6 +74,10 @@ Documentation ------------- Documentation by Junio C Hamano +See-Also +-------- +git-repack(1) git-prune-packed(1) + GIT --- Part of the link:git.html[git] suite