X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-index.txt;h=8382fbe0ec5e59545e265317bdff38bfa098e0ed;hb=d951615daa9de25687fc4af34a224f62f8d414e5;hp=e3285aacfd310cc269cdb03aa9243c939c24def7;hpb=47344eee9b980a7cf2a08d040ff3dd38c6cd82ec;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.