| Commit message (Expand) | Author | Age |
* | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 |
|\ |
|
| * | pack-objects --keep-unreachable | Junio C Hamano | 2007-09-17 |
* | | builtin-pack-objects.c: avoid bogus gcc warnings | Junio C Hamano | 2007-09-14 |
* | | threaded delta search: proper locking for cache accounting | Nicolas Pitre | 2007-09-12 |
* | | threaded delta search: add pack.threads config variable | Nicolas Pitre | 2007-09-10 |
* | | fix threaded delta search locking | Nicolas Pitre | 2007-09-10 |
* | | threaded delta search: specify number of threads at run time | Nicolas Pitre | 2007-09-09 |
* | | threaded delta search: better chunck split point | Nicolas Pitre | 2007-09-09 |
* | | threaded delta search: refine work allocation | Nicolas Pitre | 2007-09-09 |
* | | basic threaded delta search | Nicolas Pitre | 2007-09-06 |
* | | rearrange delta search progress reporting | Nicolas Pitre | 2007-09-06 |
* | | localize window memory usage accounting | Nicolas Pitre | 2007-09-05 |
* | | straighten the list of objects to deltify | Nicolas Pitre | 2007-09-05 |
* | | Keep last used delta base in the delta window | Junio C Hamano | 2007-09-01 |
|/ |
|
* | fix same sized delta logic | Nicolas Pitre | 2007-08-30 |
* | pack-objects: check return value from read_sha1_file() | Junio C Hamano | 2007-08-25 |
* | Make thin-pack generation subproject aware. | Linus Torvalds | 2007-08-19 |
* | pack-objects: remove bogus arguments to delta_cacheable() | Nicolas Pitre | 2007-08-15 |
* | Use xmkstemp() instead of mkstemp() | Luiz Fernando N. Capitulino | 2007-08-14 |
* | Pack-objects: properly initialize the depth value | Nicolas Pitre | 2007-07-12 |
* | reduce git-pack-objects memory usage a little more | Nicolas Pitre | 2007-07-12 |
* | Add pack-objects window memory usage limit | Brian Downing | 2007-07-12 |
* | Don't try to delta if target is much smaller than source | Brian Downing | 2007-07-12 |
* | apply delta depth bias to already deltified objects | Nicolas Pitre | 2007-07-12 |
* | pack-objects: Prefer shallower deltas if the size is equal | Brian Downing | 2007-07-08 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Unify write_index_file functions | Geert Bosch | 2007-06-02 |
* | fix repack with --max-pack-size | Nicolas Pitre | 2007-05-30 |
* | builtin-pack-object: cache small deltas | Martin Koegler | 2007-05-29 |
* | git-pack-objects: cache small deltas between big objects | Martin Koegler | 2007-05-29 |
* | builtin-pack-objects: don't fail, if delta is not possible | Martin Koegler | 2007-05-29 |
* | Merge branch 'dh/repack' (early part) | Junio C Hamano | 2007-05-29 |
|\ |
|
| * | pack-objects: clarification & option checks for --max-pack-size | Dana How | 2007-05-23 |
| * | git-repack --max-pack-size: add option parsing to enable feature | Dana L. How | 2007-05-20 |
| * | git-repack --max-pack-size: split packs as asked by write_{object,one}() | Dana L. How | 2007-05-20 |
| * | git-repack --max-pack-size: write_{object,one}() respect pack limit | Dana L. How | 2007-05-20 |
| * | git-repack --max-pack-size: new file statics and code restructuring | Dana L. How | 2007-05-20 |
* | | builtin-pack-objects: remove unnecessary code for no-delta | Junio C Hamano | 2007-05-22 |
* | | Teach "delta" attribute to pack-objects. | Junio C Hamano | 2007-05-21 |
* | | pack-objects: pass fullname down to add_object_entry() | Junio C Hamano | 2007-05-21 |
|/ |
|
* | Merge branch 'dh/pack' | Junio C Hamano | 2007-05-20 |
|\ |
|
| * | Custom compression levels for objects and packs | Dana How | 2007-05-10 |
* | | deprecate the new loose object header format | Nicolas Pitre | 2007-05-10 |
|/ |
|
* | allow for undeltified objects not to be reused | Nicolas Pitre | 2007-05-10 |
* | Increase pack.depth default to 50 | Theodore Ts'o | 2007-05-08 |
* | Add pack.depth option to git-pack-objects. | Theodore Ts'o | 2007-05-08 |
* | Use GIT_OBJECT_DIR for temporary files of pack-objects | Alex Riesen | 2007-05-07 |
* | make progress "title" part of the common progress interface | Nicolas Pitre | 2007-04-22 |
* | common progress display support | Nicolas Pitre | 2007-04-22 |
* | pack-objects: make generated packfile read-only | Junio C Hamano | 2007-04-22 |