| Commit message (Expand) | Author | Age | Files | Lines |
* | Appease Sun Studio by renaming "tmpfile"ab/sun-studio-portability | Ævar Arnfjörð Bjarmason | 2011-12-21 | 1 | -3/+3 |
* | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-16 | 1 | -0/+53 |
|\ |
|
| * | finish_tmp_packfile(): a helper function | Junio C Hamano | 2011-10-28 | 1 | -0/+31 |
| * | create_tmp_packfile(): a helper function | Junio C Hamano | 2011-10-28 | 1 | -0/+10 |
| * | write_pack_header(): a helper function | Junio C Hamano | 2011-10-28 | 1 | -0/+12 |
* | | receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dups | Junio C Hamano | 2011-11-16 | 1 | -0/+4 |
|/ |
|
* | index-pack --verify: read anomalous offsets from v2 idx file | Junio C Hamano | 2011-02-27 | 1 | -1/+17 |
* | write_idx_file: need_large_offset() helper function | Junio C Hamano | 2011-02-27 | 1 | -10/+19 |
* | index-pack: --verify | Junio C Hamano | 2011-02-27 | 1 | -10/+16 |
* | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 2011-02-27 | 1 | -6/+11 |
* | move encode_in_pack_object_header() to a better place | Nicolas Pitre | 2010-02-23 | 1 | -0/+27 |
* | make "index-pack" a built-in | Linus Torvalds | 2010-01-22 | 1 | -2/+2 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -5/+5 |
* | Merge branch 'jc/maint-1.6.0-pack-directory' | Junio C Hamano | 2009-02-25 | 1 | -4/+2 |
|\ |
|
| * | Make sure objects/pack exists before creating a new pack | Junio C Hamano | 2009-02-25 | 1 | -4/+2 |
* | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 | 1 | -15/+15 |
|/ |
|
* | Do not perform cross-directory renames when creating packs | Petr Baudis | 2008-09-22 | 1 | -1/+1 |
* | fixup_pack_header_footer(): use nicely aligned buffer sizes | Nicolas Pitre | 2008-08-29 | 1 | -3/+8 |
* | improve reliability of fixup_pack_header_footer() | Nicolas Pitre | 2008-08-29 | 1 | -12/+59 |
* | index-pack: be careful after fixing up the header/footer | Linus Torvalds | 2008-08-27 | 1 | -0/+1 |
* | pack.indexversion config option now defaults to 2 | Nicolas Pitre | 2008-06-25 | 1 | -1/+1 |
* | Make pack creation always fsync() the result | Linus Torvalds | 2008-05-31 | 1 | -1/+1 |
* | Cleanup xread() loops to use read_in_full() | Heikki Orsila | 2008-05-03 | 1 | -6/+2 |
* | Merge branch 'np/progress' | Junio C Hamano | 2007-11-02 | 1 | -1/+2 |
|\ |
|
| * | fix const issues with some functions | Nicolas Pitre | 2007-10-17 | 1 | -1/+2 |
* | | Refactor index-pack "keep $sha1" handling for reuse | Shawn O. Pearce | 2007-09-19 | 1 | -0/+26 |
|/ |
|
* | Use xmkstemp() instead of mkstemp() | Luiz Fernando N. Capitulino | 2007-08-14 | 1 | -1/+1 |
* | Unify write_index_file functions | Geert Bosch | 2007-06-02 | 1 | -0/+142 |
* | Fix signedness on return value from xread() | Johan Herland | 2007-05-15 | 1 | -1/+1 |
* | Create pack-write.c for common pack writing code | Dana L. How | 2007-05-02 | 1 | -0/+39 |