summaryrefslogtreecommitdiff
path: root/pack.h
AgeCommit message (Expand)Author
2007-11-02Merge branch 'np/progress'Junio C Hamano
2007-10-17fix const issues with some functionsNicolas Pitre
2007-09-19Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce
2007-06-02Unify write_index_file functionsGeert Bosch
2007-05-02Create pack-write.c for common pack writing codeDana L. How
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre
2007-01-25Refactor the pack header reading function out of receive-pack.cJunio C Hamano
2007-01-18Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert
2007-01-18Document pack .idx file format upgrade strategy.Shawn O. Pearce
2006-10-23Merge branch 'np/pack'Junio C Hamano
2006-10-15Revert "move pack creation to version 3"Junio C Hamano
2006-09-27make pack data reuse compatible with both delta typesNicolas Pitre
2006-09-23move pack creation to version 3Nicolas Pitre
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-02-17pack-objects: reuse data from existing packs.Junio C Hamano
2006-02-10remove delta-against-self bitNicolas Pitre
2005-07-01[PATCH] verify-pack updates.Junio C Hamano
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano
2005-06-29Make git pack files use little-endian size encodingLinus Torvalds
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds