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