summaryrefslogtreecommitdiff
path: root/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * pack-objects: allow "thin" packs to exceed depth limitsJunio C Hamano2006-02-231-4/+17
| | * pack-objects: use full pathname to help hashing with "thin" pack.Junio C Hamano2006-02-221-16/+44
| | * pack-objects: thin pack micro-optimization.Junio C Hamano2006-02-221-6/+10
| | * Thin pack - create packfile with missing delta base.Junio C Hamano2006-02-191-81/+219
| | * pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-171-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-221-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-111-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-081-1/+1
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-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-141-1/+0
* Add support for "local" packingLinus Torvalds2005-10-131-3/+21
* Fix packname hash generation.Junio C Hamano2005-10-121-4/+10
* [PATCH] Plug memory leak in git-pack-objectsSergey Vlasov2005-08-081-0/+4
* Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds2005-07-031-6/+14
* Add "--non-empty" flag to git-pack-objectsLinus Torvalds2005-07-031-0/+7
* Add "--incremental" flag to git-pack-objectsLinus Torvalds2005-07-031-1/+9
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-291-1/+1
* Make git pack files use little-endian size encodingLinus Torvalds2005-06-281-21/+8
* [PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano2005-06-281-5/+20
* [PATCH] Fix unpack-objects for header length information.Junio C Hamano2005-06-281-3/+3
* Change pack file format. Hopefully for the last time.Linus Torvalds2005-06-281-22/+62
* git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds2005-06-281-6/+15
* Teach packing about "tag" objectsLinus Torvalds2005-06-281-13/+15