Age | Commit message (Expand) | Author | Files | Lines |
2008-03-13 | pack-objects: proper pack time stamping with --max-pack-size | Nicolas Pitre | 1 | -0/+26 |
2008-03-04 | git-pack-objects: Automatically pack annotated tags if object was packed | Shawn O. Pearce | 1 | -2/+22 |
2008-03-02 | Merge branch 'np/verify-pack' | Junio C Hamano | 1 | -150/+10 |
2008-03-02 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -1/+0 |
2008-03-01 | factorize revindex code out of builtin-pack-objects.c | Nicolas Pitre | 1 | -150/+10 |
2008-02-27 | Merge branch 'jm/free' | Junio C Hamano | 1 | -2/+1 |
2008-02-26 | Revert "pack-objects: Print a message describing the number of threads for pa... | Junio C Hamano | 1 | -3/+0 |
2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -1/+0 |
2008-02-23 | pack-objects: Print a message describing the number of threads for packing | Brandon Casey | 1 | -0/+3 |
2008-02-23 | pack-objects: Add runtime detection of online CPU's | Andreas Ericsson | 1 | -4/+10 |
2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -2/+1 |
2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
2008-02-13 | Merge branch 'maint' | Junio C Hamano | 1 | -11/+2 |
2008-02-12 | Revert "pack-objects: only throw away data during memory pressure" | Junio C Hamano | 1 | -11/+2 |
2008-02-11 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+11 |
2008-02-11 | pack-objects: only throw away data during memory pressure | Martin Koegler | 1 | -2/+11 |
2008-02-09 | Introduce the config variable pack.packSizeLimit | Johannes Schindelin | 1 | -1/+9 |
2008-01-21 | pack-objects: Fix segfault when object count is less than thread count | Nicolas Pitre | 1 | -1/+2 |
2008-01-10 | pack-objects: remove redundant and wrong call to deflateEnd() | Junio C Hamano | 1 | -1/+1 |
2008-01-04 | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 1 | -1/+1 |
2007-12-17 | Plug a resource leak in threaded pack-objects code. | Johannes Sixt | 1 | -2/+2 |
2007-12-16 | threaded pack-objects: Use condition variables for thread communication. | Johannes Sixt | 1 | -50/+79 |
2007-12-10 | pack-objects: more threaded load balancing fix with often changed paths | Nicolas Pitre | 1 | -0/+10 |
2007-12-08 | pack-objects: fix threaded load balancing | Nicolas Pitre | 1 | -32/+85 |
2007-12-08 | pack-objects: reverse the delta search sort list | Nicolas Pitre | 1 | -20/+21 |
2007-12-08 | pack-objects: fix delta cache size accounting | Nicolas Pitre | 1 | -5/+5 |
2007-11-14 | Fix rev-list when showing objects involving submodules | Linus Torvalds | 1 | -1/+1 |
2007-11-04 | Merge branch 'np/pack' | Junio C Hamano | 1 | -7/+12 |
2007-11-02 | pack-objects: get rid of an ugly cast | Nicolas Pitre | 1 | -6/+6 |
2007-11-02 | make the pack index version configurable | Nicolas Pitre | 1 | -0/+6 |
2007-10-30 | add throughput display to git-push | Nicolas Pitre | 1 | -1/+1 |
2007-10-30 | relax usage of the progress API | Nicolas Pitre | 1 | -12/+6 |
2007-10-30 | make struct progress an opaque type | Nicolas Pitre | 1 | -8/+8 |
2007-10-18 | Change 'Deltifying objects' to 'Compressing objects' | Shawn O. Pearce | 1 | -1/+1 |
2007-10-17 | fix const issues with some functions | Nicolas Pitre | 1 | -1/+1 |
2007-10-17 | pack-objects.c: fix some global variable abuse and memory leaks | Nicolas Pitre | 1 | -14/+15 |
2007-10-17 | pack-objects: no delta possible with only one object in the list | Nicolas Pitre | 1 | -1/+1 |
2007-10-17 | more compact progress display | Nicolas Pitre | 1 | -11/+5 |
2007-10-03 | Merge branch 'jc/autogc' | Junio C Hamano | 1 | -2/+93 |
2007-09-17 | pack-objects --keep-unreachable | Junio C Hamano | 1 | -2/+93 |
2007-09-14 | builtin-pack-objects.c: avoid bogus gcc warnings | Junio C Hamano | 1 | -6/+6 |
2007-09-12 | threaded delta search: proper locking for cache accounting | Nicolas Pitre | 1 | -4/+20 |
2007-09-10 | threaded delta search: add pack.threads config variable | Nicolas Pitre | 1 | -0/+11 |
2007-09-10 | fix threaded delta search locking | Nicolas Pitre | 1 | -5/+6 |
2007-09-09 | threaded delta search: specify number of threads at run time | Nicolas Pitre | 1 | -5/+21 |
2007-09-09 | threaded delta search: better chunck split point | Nicolas Pitre | 1 | -0/+5 |
2007-09-09 | threaded delta search: refine work allocation | Nicolas Pitre | 1 | -14/+45 |
2007-09-06 | basic threaded delta search | Nicolas Pitre | 1 | -1/+82 |
2007-09-06 | rearrange delta search progress reporting | Nicolas Pitre | 1 | -9/+14 |
2007-09-05 | localize window memory usage accounting | Nicolas Pitre | 1 | -14/+14 |