~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to Documentation/git-show-index.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
DESCRIPTION
16
16
-----------
17
 
Reads given idx file for packed git archive created with
 
17
Reads given idx file for packed Git archive created with
18
18
'git pack-objects' command, and dumps its contents.
19
19
 
20
20
The information it outputs is subset of what you can get from
21
21
'git verify-pack -v'; this command only shows the packfile
22
 
offset and SHA1 of each object.
 
22
offset and SHA-1 of each object.
23
23
 
24
24
GIT
25
25
---