summaryrefslogtreecommitdiff
path: root/pack-write.c
AgeCommit message (Expand)Author
2010-02-23move encode_in_pack_object_header() to a better placeNicolas Pitre
2010-01-22make "index-pack" a built-inLinus Torvalds
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis
2008-08-30fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre
2008-08-30improve reliability of fixup_pack_header_footer()Nicolas Pitre
2008-08-27index-pack: be careful after fixing up the header/footerLinus Torvalds
2008-06-26pack.indexversion config option now defaults to 2Nicolas Pitre
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2008-05-04Cleanup xread() loops to use read_in_full()Heikki Orsila
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-08-15Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino
2007-06-02Unify write_index_file functionsGeert Bosch
2007-05-16Fix signedness on return value from xread()Johan Herland
2007-05-02Create pack-write.c for common pack writing codeDana L. How