aboutsummaryrefslogtreecommitdiff
path: root/pack-write.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-25
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-25
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
|/
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-22
* fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre2008-08-29
* improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-29
* index-pack: be careful after fixing up the header/footerLinus Torvalds2008-08-27
* pack.indexversion config option now defaults to 2Nicolas Pitre2008-06-25
* Make pack creation always fsync() the resultLinus Torvalds2008-05-31
* Cleanup xread() loops to use read_in_full()Heikki Orsila2008-05-03
* Merge branch 'np/progress'Junio C Hamano2007-11-02
|\
| * fix const issues with some functionsNicolas Pitre2007-10-17
* | Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-19
|/
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-14
* Unify write_index_file functionsGeert Bosch2007-06-02
* Fix signedness on return value from xread()Johan Herland2007-05-15
* Create pack-write.c for common pack writing codeDana L. How2007-05-02