X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-pack-refs.txt;h=a5244d35f49f10b7954d8fa52164663e3d167d4b;hb=635536488c3efcf8495333b6a94e3e33c36fc055;hp=c0718468d563e7ee5f8bd37c5f583ec7dc9d3d62;hpb=8bb65883d164843d5bb7475281af09bae18ab22d;p=git.git diff --git a/Documentation/git-pack-refs.txt b/Documentation/git-pack-refs.txt index c0718468d..a5244d35f 100644 --- a/Documentation/git-pack-refs.txt +++ b/Documentation/git-pack-refs.txt @@ -7,7 +7,7 @@ git-pack-refs - Pack heads and tags for efficient repository access SYNOPSIS -------- -'git-pack-refs' [--all] [--no-prune] +'git pack-refs' [--all] [--no-prune] DESCRIPTION ----------- @@ -31,7 +31,7 @@ Subsequent updates to branches always creates new file under A recommended practice to deal with a repository with too many refs is to pack its refs with `--all --prune` once, and -occasionally run `git-pack-refs \--prune`. Tags are by +occasionally run `git pack-refs \--prune`. Tags are by definition stationary and are not expected to change. Branch heads will be packed with the initial `pack-refs --all`, but only the currently active branch heads will become unpacked,