summaryrefslogtreecommitdiffstats
path: root/pack-objects.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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.v1.3.3Junio C Hamano2006-05-151-2/+1
* | Merge branch 'fix'Junio C Hamano2006-05-151-0/+1
|\|
| * include header to define uint32_t, necessary on Mac OS XBen Clifford2006-05-151-0/+1
* | Merge branch 'fix'Junio C Hamano2006-05-141-1/+1
|\|
| * Fix git-pack-objects for 64-bit platformsDennis Stosberg2006-05-131-1/+1
* | Merge branch 'np/delta'Junio C Hamano2006-05-101-35/+39
|\ \
| * | use delta index data when finding best delta matchesNicolas Pitre2006-04-271-37/+41
| |/
* | pack-object: squelch eye-candy on non-ttyJunio C Hamano2006-05-061-0/+5
* | pack-objects: update size heuristucs.Junio C Hamano2006-04-281-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-211-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-041-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-301-1/+1
* | pack-objects: simplify "thin" pack.Junio C Hamano2006-03-061-27/+11
* | Re-fix compilation warnings.Luck, Tony2006-03-021-1/+1
* | Use setenv(), fix warningsTimo Hirvonen2006-02-271-1/+1
* | fix warning from pack-objects.cLuck, Tony2006-02-251-1/+1
| |
| \
*-. \ Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-251-100/+317
|\ \ \ | |_|/ |/| |
| | * pack-objects: hash basename and direname a bit differently.Junio C Hamano2006-02-241-1/+32
| | * pack-objects: allow "thin" packs to exceed depth limitsJunio C Hamano2006-02-241-4/+17
| | * pack-objects: use full pathname to help hashing with "thin" pack.Junio C Hamano2006-02-231-16/+44
| | * pack-objects: thin pack micro-optimization.Junio C Hamano2006-02-231-6/+10
| | * Thin pack - create packfile with missing delta base.Junio C Hamano2006-02-201-81/+219
| | * pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-181-8/+35
| | * pack-objects: finishing touches.Junio C Hamano2006-02-171-31/+71
| | * pack-objects: reuse data from existing packs.Junio C Hamano2006-02-171-57/+310
| |/
* | pack-objects eye-candy: finishing touches.Junio C Hamano2006-02-231-10/+33
* | also adds progress when actually writing a packNicolas Pitre2006-02-221-3/+16
* | nicer eye candies for pack-objectsNicolas Pitre2006-02-221-31/+25
* | pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-221-8/+35
* | pack-objects: finishing touches.Junio C Hamano2006-02-221-31/+71
* | pack-objects: reuse data from existing packs.Junio C Hamano2006-02-221-57/+310
|/
* Make pack-objects chattier.Junio C Hamano2006-02-121-4/+6
* fetch-clone progress: finishing touches.Junio C Hamano2006-02-121-2/+41
* code comments: spellJunio C Hamano2005-12-291-1/+1
* Document the --non-empty command-line option to git-pack-objects.Nikolai Weibull2005-12-091-1/+1
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-291-0/+2
* git-repack: Properly abort in corrupt repositoryLinus Torvalds2005-11-211-1/+1
* pack-objects: Allow use of pre-generated pack.Junio C Hamano2005-10-261-11/+73
* Unlocalized isspace and friendsLinus Torvalds2005-10-151-1/+0
* Add support for "local" packingLinus Torvalds2005-10-141-3/+21