| Commit message (Expand) | Author | Age | Files | Lines |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+1 |
* | Unify write_index_file functions | Geert Bosch | 2007-06-02 | 1 | -170/+52 |
* | fix repack with --max-pack-size | Nicolas Pitre | 2007-05-30 | 1 | -18/+11 |
* | builtin-pack-object: cache small deltas | Martin Koegler | 2007-05-29 | 1 | -0/+8 |
* | git-pack-objects: cache small deltas between big objects | Martin Koegler | 2007-05-29 | 1 | -15/+54 |
* | builtin-pack-objects: don't fail, if delta is not possible | Martin Koegler | 2007-05-29 | 1 | -2/+6 |
* | Merge branch 'dh/repack' (early part) | Junio C Hamano | 2007-05-29 | 1 | -105/+224 |
|\ |
|
| * | pack-objects: clarification & option checks for --max-pack-size | Dana How | 2007-05-23 | 1 | -0/+9 |
| * | git-repack --max-pack-size: add option parsing to enable feature | Dana L. How | 2007-05-20 | 1 | -1/+8 |
| * | git-repack --max-pack-size: split packs as asked by write_{object,one}() | Dana L. How | 2007-05-20 | 1 | -49/+71 |
| * | git-repack --max-pack-size: write_{object,one}() respect pack limit | Dana L. How | 2007-05-20 | 1 | -27/+104 |
| * | git-repack --max-pack-size: new file statics and code restructuring | Dana L. How | 2007-05-20 | 1 | -32/+36 |
* | | builtin-pack-objects: remove unnecessary code for no-delta | Junio C Hamano | 2007-05-22 | 1 | -2/+0 |
* | | Teach "delta" attribute to pack-objects. | Junio C Hamano | 2007-05-21 | 1 | -1/+34 |
* | | pack-objects: pass fullname down to add_object_entry() | Junio C Hamano | 2007-05-21 | 1 | -13/+14 |
|/ |
|
* | Merge branch 'dh/pack' | Junio C Hamano | 2007-05-20 | 1 | -1/+27 |
|\ |
|
| * | Custom compression levels for objects and packs | Dana How | 2007-05-10 | 1 | -2/+31 |
* | | deprecate the new loose object header format | Nicolas Pitre | 2007-05-10 | 1 | -69/+0 |
|/ |
|
* | allow for undeltified objects not to be reused | Nicolas Pitre | 2007-05-10 | 1 | -8/+14 |
* | Increase pack.depth default to 50 | Theodore Ts'o | 2007-05-08 | 1 | -1/+1 |
* | Add pack.depth option to git-pack-objects. | Theodore Ts'o | 2007-05-08 | 1 | -1/+5 |
* | Use GIT_OBJECT_DIR for temporary files of pack-objects | Alex Riesen | 2007-05-07 | 1 | -6/+8 |
* | make progress "title" part of the common progress interface | Nicolas Pitre | 2007-04-22 | 1 | -12/+7 |
* | common progress display support | Nicolas Pitre | 2007-04-22 | 1 | -62/+21 |
* | pack-objects: make generated packfile read-only | Junio C Hamano | 2007-04-22 | 1 | -1/+1 |
* | Fix 'quickfix' on pack-objects. | Junio C Hamano | 2007-04-22 | 1 | -2/+14 |
* | pack-objects: quickfix for permission modes. | Junio C Hamano | 2007-04-22 | 1 | -0/+6 |
* | pack-objects: remove obsolete comments | Nicolas Pitre | 2007-04-19 | 1 | -11/+3 |
* | pack-objects: better check_object() performances | Nicolas Pitre | 2007-04-16 | 1 | -80/+126 |
* | pack-objects: make in_pack_header_size a variable of its own | Nicolas Pitre | 2007-04-16 | 1 | -14/+12 |
* | pack-objects: get rid of create_final_object_list() | Nicolas Pitre | 2007-04-16 | 1 | -55/+72 |
* | pack-objects: get rid of reuse_cached_pack | Nicolas Pitre | 2007-04-16 | 1 | -72/+14 |
* | pack-objects: clean up list sorting | Nicolas Pitre | 2007-04-16 | 1 | -31/+22 |
* | pack-objects: rework check_delta_limit usage | Nicolas Pitre | 2007-04-16 | 1 | -44/+32 |
* | pack-objects: equal objects in size should delta against newer objects | Nicolas Pitre | 2007-04-16 | 1 | -1/+1 |
* | pack-objects: optimize preferred base handling a bit | Nicolas Pitre | 2007-04-16 | 1 | -15/+12 |
* | clean up add_object_entry() | Nicolas Pitre | 2007-04-11 | 1 | -27/+25 |
* | validate reused pack data with CRC when possible | Nicolas Pitre | 2007-04-10 | 1 | -12/+34 |
* | allow forcing index v2 and 64-bit offset treshold | Nicolas Pitre | 2007-04-10 | 1 | -3/+17 |
* | pack-objects: learn about pack index version 2 | Nicolas Pitre | 2007-04-10 | 1 | -12/+87 |
* | compute a CRC32 for each object as stored in a pack | Nicolas Pitre | 2007-04-10 | 1 | -0/+6 |
* | add overflow tests on pack offset variables | Nicolas Pitre | 2007-04-10 | 1 | -6/+13 |
* | make overflow test on delta base offset work regardless of variable size | Nicolas Pitre | 2007-04-10 | 1 | -1/+1 |
* | get rid of num_packed_objects() | Nicolas Pitre | 2007-04-10 | 1 | -2/+2 |
* | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 2007-04-05 | 1 | -1/+1 |
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 | 1 | -4/+2 |
* | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 | 1 | -1/+1 |
* | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 2007-03-16 | 1 | -6/+8 |
* | Use off_t in pack-objects/fast-import when we mean an offset | Shawn O. Pearce | 2007-03-07 | 1 | -26/+26 |
* | Use uint32_t for pack-objects counters. | Shawn O. Pearce | 2007-03-07 | 1 | -33/+30 |