[PATCH] possible memory leak in diff.c::diff_free_filepair()
[git.git] / Documentation / git-show-index.txt
blobbeefe947af3911427cdecb4505427ef767d937c4
1 git-show-index(1)
2 =================
3 v0.1, July 2005
5 NAME
6 ----
7 git-show-index - Show packed archive index
10 SYNOPSIS
11 --------
12 'git-show-index' < idx-file
15 DESCRIPTION
16 -----------
17 Reads given idx file for packed GIT archive created with
18 git-pack-objects command, and dumps its contents.
20 The information it outputs is subset of what you can get from
21 'git-verify-pack -v'; this command only shows the packfile
22 offset and SHA1 of each object.
25 Author
26 ------
27 Written by Linus Torvalds <torvalds@osdl.org>
29 Documentation
30 --------------
31 Documentation by Junio C Hamano
33 GIT
34 ---
35 Part of the link:git.html[git] suite