X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-index.txt;h=8382fbe0ec5e59545e265317bdff38bfa098e0ed;hb=97d0b74a49f0c81c3f9673c1a17721ac0624c3df;hp=e3285aacfd310cc269cdb03aa9243c939c24def7;hpb=57b0fc4516249e1aa86169718d148fbf2940dc0c;p=git.git diff --git a/Documentation/git-show-index.txt b/Documentation/git-show-index.txt index e3285aacf..8382fbe0e 100644 --- a/Documentation/git-show-index.txt +++ b/Documentation/git-show-index.txt @@ -14,10 +14,10 @@ SYNOPSIS DESCRIPTION ----------- Reads given idx file for packed git archive created with -'git-pack-objects' command, and dumps its contents. +'git pack-objects' command, and dumps its contents. The information it outputs is subset of what you can get from -'git-verify-pack -v'; this command only shows the packfile +'git verify-pack -v'; this command only shows the packfile offset and SHA1 of each object.