aboutsummaryrefslogtreecommitdiff
path: root/pack-objects.c
Commit message (Expand)AuthorAge
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-08
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-07
* pack-objects: use free()+xcalloc() instead of xrealloc()+memset()René Scharfe2014-06-02
* pack-objects: refactor the packing listVicent Marti2013-10-24
* Make git-pack-objects a builtinMatthias Kestenholz2006-08-03
* pack-objects: check pack.window for default window sizeJeff King2006-07-23
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* don't load objects needlessly when repackingNicolas Pitre2006-06-30
* consider previous pack undeltified object state only when reusing delta dataNicolas Pitre2006-06-29
* Do not try futile object pairs when repacking.Linus Torvalds2006-06-29
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-21
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-20
* | upload-pack: prepare for sideband message support.Junio C Hamano2006-06-21
|/
* pack-objects: improve path grouping heuristics.Linus Torvalds2006-06-05
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
* Merge branch 'np/pack'Junio C Hamano2006-05-16
|\
| * improve depth heuristic for maximum delta sizeNicolas Pitre2006-05-16
| * pack-object: slightly more efficientNicolas Pitre2006-05-15
| * simple euristic for further free packing improvementsNicolas Pitre2006-05-15
* | Merge branch 'fix'Junio C Hamano2006-05-15
|\ \ | |/ |/|
| * Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano2006-05-15
* | Merge branch 'fix'Junio C Hamano2006-05-14
|\ \ | |/
| * include header to define uint32_t, necessary on Mac OS XBen Clifford2006-05-14
* | Merge branch 'fix'Junio C Hamano2006-05-13
|\ \ | |/
| * Fix git-pack-objects for 64-bit platformsDennis Stosberg2006-05-13
* | Merge branch 'np/delta'Junio C Hamano2006-05-09
|\ \
| * | use delta index data when finding best delta matchesNicolas Pitre2006-04-26
| |/
* | pack-object: squelch eye-candy on non-ttyJunio C Hamano2006-05-05
* | pack-objects: update size heuristucs.Junio C Hamano2006-04-27
|/
* fix pack-object buffer sizeNicolas Pitre2006-04-21
* pack-objects: do not stop at object that is "too small"Junio C Hamano2006-04-20
* Thin pack generation: optimization.Junio C Hamano2006-04-07
* Merge branch 'pe/cleanup'Junio C Hamano2006-04-04
|\
| * Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* | Merge branch 'lt/fix-sol-pack'Junio C Hamano2006-04-04
|\ \ | |/ |/|
| * safe_fgets() - even more anal fgets()Junio C Hamano2006-04-03
| * pack-objects: be incredibly anal about stdio semanticsLinus Torvalds2006-04-02
| * Fix Solaris stdio signal handling stupiditiesLinus Torvalds2006-04-02
* | tree/diff header cleanup.Junio C Hamano2006-03-29
* | pack-objects: simplify "thin" pack.Junio C Hamano2006-03-06
* | Re-fix compilation warnings.Luck, Tony2006-03-01
* | Use setenv(), fix warningsTimo Hirvonen2006-02-26
* | fix warning from pack-objects.cLuck, Tony2006-02-24
| |
| \
*-. \ Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-24
|\ \ \ | |_|/ |/| |
| | * pack-objects: hash basename and direname a bit differently.Junio C Hamano2006-02-23
| | * pack-objects: allow "thin" packs to exceed depth limitsJunio C Hamano2006-02-23
| | * pack-objects: use full pathname to help hashing with "thin" pack.Junio C Hamano2006-02-22
| | * pack-objects: thin pack micro-optimization.Junio C Hamano2006-02-22
| | * Thin pack - create packfile with missing delta base.Junio C Hamano2006-02-19