| Commit message (Expand) | Author | Age | Files | Lines |
* | pack-objects: more threaded load balancing fix with often changed paths | Nicolas Pitre | 2007-12-10 | 1 | -0/+10 |
* | pack-objects: fix threaded load balancing | Nicolas Pitre | 2007-12-08 | 1 | -32/+85 |
* | pack-objects: reverse the delta search sort list | Nicolas Pitre | 2007-12-08 | 1 | -20/+21 |
* | pack-objects: fix delta cache size accounting | Nicolas Pitre | 2007-12-08 | 1 | -5/+5 |
* | Fix rev-list when showing objects involving submodules | Linus Torvalds | 2007-11-14 | 1 | -1/+1 |
* | Merge branch 'np/pack' | Junio C Hamano | 2007-11-04 | 1 | -7/+12 |
|\ |
|
| * | pack-objects: get rid of an ugly cast | Nicolas Pitre | 2007-11-02 | 1 | -6/+6 |
| * | make the pack index version configurable | Nicolas Pitre | 2007-11-02 | 1 | -0/+6 |
* | | add throughput display to git-push | Nicolas Pitre | 2007-10-30 | 1 | -1/+1 |
* | | relax usage of the progress API | Nicolas Pitre | 2007-10-30 | 1 | -12/+6 |
* | | make struct progress an opaque type | Nicolas Pitre | 2007-10-30 | 1 | -8/+8 |
* | | Change 'Deltifying objects' to 'Compressing objects' | Shawn O. Pearce | 2007-10-18 | 1 | -1/+1 |
* | | fix const issues with some functions | Nicolas Pitre | 2007-10-17 | 1 | -1/+1 |
* | | pack-objects.c: fix some global variable abuse and memory leaks | Nicolas Pitre | 2007-10-17 | 1 | -14/+15 |
* | | pack-objects: no delta possible with only one object in the list | Nicolas Pitre | 2007-10-17 | 1 | -1/+1 |
* | | more compact progress display | Nicolas Pitre | 2007-10-17 | 1 | -11/+5 |
|/ |
|
* | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 | 1 | -2/+93 |
|\ |
|
| * | pack-objects --keep-unreachable | Junio C Hamano | 2007-09-17 | 1 | -2/+93 |
* | | builtin-pack-objects.c: avoid bogus gcc warnings | Junio C Hamano | 2007-09-14 | 1 | -6/+6 |
* | | threaded delta search: proper locking for cache accounting | Nicolas Pitre | 2007-09-12 | 1 | -4/+20 |
* | | threaded delta search: add pack.threads config variable | Nicolas Pitre | 2007-09-10 | 1 | -0/+11 |
* | | fix threaded delta search locking | Nicolas Pitre | 2007-09-10 | 1 | -5/+6 |
* | | threaded delta search: specify number of threads at run time | Nicolas Pitre | 2007-09-09 | 1 | -5/+21 |
* | | threaded delta search: better chunck split point | Nicolas Pitre | 2007-09-09 | 1 | -0/+5 |
* | | threaded delta search: refine work allocation | Nicolas Pitre | 2007-09-09 | 1 | -14/+45 |
* | | basic threaded delta search | Nicolas Pitre | 2007-09-06 | 1 | -1/+82 |
* | | rearrange delta search progress reporting | Nicolas Pitre | 2007-09-06 | 1 | -9/+14 |
* | | localize window memory usage accounting | Nicolas Pitre | 2007-09-05 | 1 | -14/+14 |
* | | straighten the list of objects to deltify | Nicolas Pitre | 2007-09-05 | 1 | -35/+42 |
* | | Keep last used delta base in the delta window | Junio C Hamano | 2007-09-01 | 1 | -2/+23 |
|/ |
|
* | fix same sized delta logic | Nicolas Pitre | 2007-08-30 | 1 | -4/+8 |
* | pack-objects: check return value from read_sha1_file() | Junio C Hamano | 2007-08-25 | 1 | -0/+6 |
* | Make thin-pack generation subproject aware. | Linus Torvalds | 2007-08-19 | 1 | -0/+2 |
* | pack-objects: remove bogus arguments to delta_cacheable() | Nicolas Pitre | 2007-08-15 | 1 | -4/+3 |
* | Use xmkstemp() instead of mkstemp() | Luiz Fernando N. Capitulino | 2007-08-14 | 1 | -3/+1 |
* | Pack-objects: properly initialize the depth value | Nicolas Pitre | 2007-07-12 | 1 | -0/+1 |
* | reduce git-pack-objects memory usage a little more | Nicolas Pitre | 2007-07-12 | 1 | -10/+9 |
* | Add pack-objects window memory usage limit | Brian Downing | 2007-07-12 | 1 | -8/+44 |
* | Don't try to delta if target is much smaller than source | Brian Downing | 2007-07-12 | 1 | -0/+2 |
* | apply delta depth bias to already deltified objects | Nicolas Pitre | 2007-07-12 | 1 | -4/+10 |
* | pack-objects: Prefer shallower deltas if the size is equal | Brian Downing | 2007-07-08 | 1 | -1/+7 |
* | 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 |