summaryrefslogtreecommitdiffstats
path: root/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\
| * Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | pack-objects: shrink size field in struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+3
* | pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+65
|/
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-3/+5
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-2/+1
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-3/+2
* pack-objects: use free()+xcalloc() instead of xrealloc()+memset()René Scharfe2014-06-021-2/+2
* pack-objects: refactor the packing listVicent Marti2013-10-241-0/+111
* Make git-pack-objects a builtinMatthias Kestenholz2006-08-031-1376/+0
* pack-objects: check pack.window for default window sizeJeff King2006-07-231-1/+12
* Fix more typos, primarily in the codePavel Roskin2006-07-101-2/+2
* don't load objects needlessly when repackingNicolas Pitre2006-06-301-17/+28
* consider previous pack undeltified object state only when reusing delta dataNicolas Pitre2006-06-291-2/+3
* Do not try futile object pairs when repacking.Linus Torvalds2006-06-291-0/+7
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-211-2/+2
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-201-2/+2
* | upload-pack: prepare for sideband message support.Junio C Hamano2006-06-211-0/+4
|/
* pack-objects: improve path grouping heuristics.Linus Torvalds2006-06-051-50/+19
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-16/+11
* Merge branch 'np/pack'Junio C Hamano2006-05-161-13/+14
|\
| * improve depth heuristic for maximum delta sizeNicolas Pitre2006-05-161-2/+5
| * pack-object: slightly more efficientNicolas Pitre2006-05-151-7/+8
| * simple euristic for further free packing improvementsNicolas Pitre2006-05-151-5/+2
* | Merge branch 'fix'Junio C Hamano2006-05-151-2/+1
|\ \ | |/ |/|
| * Fix pack-index issue on 64-bit platforms a bit more portably.Junio C Hamano2006-05-151-2/+1
* | Merge branch 'fix'Junio C Hamano2006-05-141-0/+1
|\|
| * include header to define uint32_t, necessary on Mac OS XBen Clifford2006-05-141-0/+1
* | Merge branch 'fix'Junio C Hamano2006-05-131-1/+1
|\|
| * Fix git-pack-objects for 64-bit platformsDennis Stosberg2006-05-131-1/+1
* | Merge branch 'np/delta'Junio C Hamano2006-05-091-35/+39
|\ \
| * | use delta index data when finding best delta matchesNicolas Pitre2006-04-261-37/+41
| |/
* | pack-object: squelch eye-candy on non-ttyJunio C Hamano2006-05-051-0/+5
* | pack-objects: update size heuristucs.Junio C Hamano2006-04-271-6/+6
|/
* fix pack-object buffer sizeNicolas Pitre2006-04-211-1/+1
* pack-objects: do not stop at object that is "too small"Junio C Hamano2006-04-201-1/+1
* Thin pack generation: optimization.Junio C Hamano2006-04-071-48/+236
* Merge branch 'pe/cleanup'Junio C Hamano2006-04-041-6/+10
|\
| * Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-6/+10
* | Merge branch 'lt/fix-sol-pack'Junio C Hamano2006-04-041-9/+31
|\ \ | |/ |/|
| * safe_fgets() - even more anal fgets()Junio C Hamano2006-04-031-3/+4
| * pack-objects: be incredibly anal about stdio semanticsLinus Torvalds2006-04-021-1/+11
| * Fix Solaris stdio signal handling stupiditiesLinus Torvalds2006-04-021-8/+19
* | tree/diff header cleanup.Junio C Hamano2006-03-291-1/+1
* | pack-objects: simplify "thin" pack.Junio C Hamano2006-03-061-27/+11
* | Re-fix compilation warnings.Luck, Tony2006-03-011-1/+1
* | Use setenv(), fix warningsTimo Hirvonen2006-02-261-1/+1
* | fix warning from pack-objects.cLuck, Tony2006-02-241-1/+1
| |
| \
*-. \ Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-241-100/+317
|\ \ \ | |_|/ |/| |
| | * pack-objects: hash basename and direname a bit differently.Junio C Hamano2006-02-231-1/+32