Age | Commit message (Expand) | Author | Files | Lines |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -2/+1 |
2014-07-07 | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 1 | -3/+2 |
2014-06-02 | pack-objects: use free()+xcalloc() instead of xrealloc()+memset() | René Scharfe | 1 | -2/+2 |
2013-10-24 | pack-objects: refactor the packing list | Vicent Marti | 1 | -0/+111 |
2006-08-03 | Make git-pack-objects a builtin | Matthias Kestenholz | 1 | -1376/+0 |
2006-07-23 | pack-objects: check pack.window for default window size | Jeff King | 1 | -1/+12 |
2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -2/+2 |
2006-06-30 | don't load objects needlessly when repacking | Nicolas Pitre | 1 | -17/+28 |
2006-06-29 | consider previous pack undeltified object state only when reusing delta data | Nicolas Pitre | 1 | -2/+3 |
2006-06-29 | Do not try futile object pairs when repacking. | Linus Torvalds | 1 | -0/+7 |
2006-06-21 | Merge branch 'ff/c99' into next | Junio C Hamano | 1 | -2/+2 |
2006-06-21 | upload-pack: prepare for sideband message support. | Junio C Hamano | 1 | -0/+4 |
2006-06-20 | Remove all void-pointer arithmetic. | Florian Forster | 1 | -2/+2 |
2006-06-05 | pack-objects: improve path grouping heuristics. | Linus Torvalds | 1 | -50/+19 |
2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -16/+11 |
2006-05-16 | Merge branch 'np/pack' | Junio C Hamano | 1 | -13/+14 |
2006-05-16 | improve depth heuristic for maximum delta size | Nicolas Pitre | 1 | -2/+5 |
2006-05-15 | Merge branch 'fix' | Junio C Hamano | 1 | -2/+1 |
2006-05-15 | Fix pack-index issue on 64-bit platforms a bit more portably. | Junio C Hamano | 1 | -2/+1 |
2006-05-15 | pack-object: slightly more efficient | Nicolas Pitre | 1 | -7/+8 |
2006-05-15 | simple euristic for further free packing improvements | Nicolas Pitre | 1 | -5/+2 |
2006-05-14 | Merge branch 'fix' | Junio C Hamano | 1 | -0/+1 |
2006-05-14 | include header to define uint32_t, necessary on Mac OS X | Ben Clifford | 1 | -0/+1 |
2006-05-13 | Merge branch 'fix' | Junio C Hamano | 1 | -1/+1 |
2006-05-13 | Fix git-pack-objects for 64-bit platforms | Dennis Stosberg | 1 | -1/+1 |
2006-05-09 | Merge branch 'np/delta' | Junio C Hamano | 1 | -35/+39 |
2006-05-05 | pack-object: squelch eye-candy on non-tty | Junio C Hamano | 1 | -0/+5 |
2006-04-27 | pack-objects: update size heuristucs. | Junio C Hamano | 1 | -6/+6 |
2006-04-26 | use delta index data when finding best delta matches | Nicolas Pitre | 1 | -37/+41 |
2006-04-21 | fix pack-object buffer size | Nicolas Pitre | 1 | -1/+1 |
2006-04-20 | pack-objects: do not stop at object that is "too small" | Junio C Hamano | 1 | -1/+1 |
2006-04-07 | Thin pack generation: optimization. | Junio C Hamano | 1 | -48/+236 |
2006-04-04 | Merge branch 'pe/cleanup' | Junio C Hamano | 1 | -6/+10 |
2006-04-04 | Merge branch 'lt/fix-sol-pack' | Junio C Hamano | 1 | -9/+31 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -6/+10 |
2006-04-03 | safe_fgets() - even more anal fgets() | Junio C Hamano | 1 | -3/+4 |
2006-04-02 | pack-objects: be incredibly anal about stdio semantics | Linus Torvalds | 1 | -1/+11 |
2006-04-02 | Fix Solaris stdio signal handling stupidities | Linus Torvalds | 1 | -8/+19 |
2006-03-29 | tree/diff header cleanup. | Junio C Hamano | 1 | -1/+1 |
2006-03-06 | pack-objects: simplify "thin" pack. | Junio C Hamano | 1 | -27/+11 |
2006-03-01 | Re-fix compilation warnings. | Luck, Tony | 1 | -1/+1 |
2006-02-26 | Use setenv(), fix warnings | Timo Hirvonen | 1 | -1/+1 |
2006-02-24 | fix warning from pack-objects.c | Luck, Tony | 1 | -1/+1 |
2006-02-24 | Merge branches 'jc/rev-list' and 'jc/pack-thin' | Junio C Hamano | 1 | -100/+317 |
2006-02-23 | pack-objects: hash basename and direname a bit differently. | Junio C Hamano | 1 | -1/+32 |
2006-02-23 | pack-objects: allow "thin" packs to exceed depth limits | Junio C Hamano | 1 | -4/+17 |
2006-02-22 | pack-objects: use full pathname to help hashing with "thin" pack. | Junio C Hamano | 1 | -16/+44 |
2006-02-22 | pack-objects: thin pack micro-optimization. | Junio C Hamano | 1 | -6/+10 |
2006-02-22 | pack-objects eye-candy: finishing touches. | Junio C Hamano | 1 | -10/+33 |
2006-02-22 | also adds progress when actually writing a pack | Nicolas Pitre | 1 | -3/+16 |