aboutsummaryrefslogtreecommitdiffstats
path: root/pack-write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-29fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre1-3/+8
2008-08-29improve reliability of fixup_pack_header_footer()Nicolas Pitre1-12/+59
2008-08-27index-pack: be careful after fixing up the header/footerLinus Torvalds1-0/+1
2008-06-25pack.indexversion config option now defaults to 2Nicolas Pitre1-1/+1
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-1/+1
2008-05-03Cleanup xread() loops to use read_in_full()Heikki Orsila1-6/+2
2007-11-02Merge branch 'np/progress'Junio C Hamano1-1/+2
2007-10-17fix const issues with some functionsNicolas Pitre1-1/+2
2007-09-19Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce1-0/+26
2007-08-14Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino1-1/+1
2007-06-02Unify write_index_file functionsGeert Bosch1-0/+142
2007-05-15Fix signedness on return value from xread()Johan Herland1-1/+1
2007-05-02Create pack-write.c for common pack writing codeDana L. How1-0/+39