Files
git/builtin
Junio C Hamano 5e4b029f4a Merge branch 'jc/index-v4' into next
Trivially shrinks the on-disk size of the index file to save both I/O and
checksum overhead.  The "v4" format represented here may not be what we
eventually want to have, but the preparatory refactoring steps and the way
how backward compatibility is retained should give plenty to learn to GSoC
student-hopefuls.

Will merge to 'next', if nobody objects.

* jc/index-v4:
  update-index: upgrade/downgrade on-disk index version
  read-cache.c: write prefix-compressed names in the index
  read-cache.c: read prefix-compressed names in index on-disk version v4
  read-cache.c: move code to copy incore to ondisk cache to a helper function
  read-cache.c: move code to copy ondisk to incore cache to a helper function
  read-cache.c: report the header version we do not understand
  read-cache.c: make create_from_disk() report number of bytes it consumed
  read-cache.c: allow unaligned mapping of the index file
  cache.h: hide on-disk index details
  varint: make it available outside the context of pack
2012-04-19 22:35:20 -07:00
..
2012-02-20 00:15:11 -08:00
2012-03-26 21:32:43 -07:00
2012-01-06 12:44:07 -08:00
2012-03-28 15:19:17 -07:00
2012-02-20 00:14:55 -08:00
2012-03-01 20:59:31 -08:00
2012-04-11 12:17:52 -07:00
2012-04-02 13:11:49 -07:00
2011-12-28 11:32:36 -08:00
2011-12-22 11:27:26 -08:00
2012-03-20 15:53:30 -07:00
2012-02-20 00:15:28 -08:00