aboutsummaryrefslogtreecommitdiffstats
path: root/pack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-16Merge branch 'np/pack'Junio C Hamano1-13/+14
2006-05-16improve depth heuristic for maximum delta sizeNicolas Pitre1-2/+5
2006-05-15Merge branch 'fix'Junio C Hamano1-2/+1
2006-05-15Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano1-2/+1
2006-05-15pack-object: slightly more efficientNicolas Pitre1-7/+8
2006-05-15simple euristic for further free packing improvementsNicolas Pitre1-5/+2
2006-05-14Merge branch 'fix'Junio C Hamano1-0/+1
2006-05-14include header to define uint32_t, necessary on Mac OS XBen Clifford1-0/+1
2006-05-13Merge branch 'fix'Junio C Hamano1-1/+1
2006-05-13Fix git-pack-objects for 64-bit platformsDennis Stosberg1-1/+1
2006-05-09Merge branch 'np/delta'Junio C Hamano1-35/+39
2006-05-05pack-object: squelch eye-candy on non-ttyJunio C Hamano1-0/+5
2006-04-27pack-objects: update size heuristucs.Junio C Hamano1-6/+6
2006-04-26use delta index data when finding best delta matchesNicolas Pitre1-37/+41
2006-04-21fix pack-object buffer sizeNicolas Pitre1-1/+1
2006-04-20pack-objects: do not stop at object that is "too small"Junio C Hamano1-1/+1
2006-04-07Thin pack generation: optimization.Junio C Hamano1-48/+236
2006-04-04Merge branch 'pe/cleanup'Junio C Hamano1-6/+10
2006-04-04Merge branch 'lt/fix-sol-pack'Junio C Hamano1-9/+31
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-6/+10
2006-04-03safe_fgets() - even more anal fgets()Junio C Hamano1-3/+4
2006-04-02pack-objects: be incredibly anal about stdio semanticsLinus Torvalds1-1/+11
2006-04-02Fix Solaris stdio signal handling stupiditiesLinus Torvalds1-8/+19
2006-03-29tree/diff header cleanup.Junio C Hamano1-1/+1
2006-03-06pack-objects: simplify "thin" pack.Junio C Hamano1-27/+11
2006-03-01Re-fix compilation warnings.Luck, Tony1-1/+1
2006-02-26Use setenv(), fix warningsTimo Hirvonen1-1/+1
2006-02-24fix warning from pack-objects.cLuck, Tony1-1/+1
2006-02-24Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano1-100/+317
2006-02-23pack-objects: hash basename and direname a bit differently.Junio C Hamano1-1/+32
2006-02-23pack-objects: allow "thin" packs to exceed depth limitsJunio C Hamano1-4/+17
2006-02-22pack-objects: use full pathname to help hashing with "thin" pack.Junio C Hamano1-16/+44
2006-02-22pack-objects: thin pack micro-optimization.Junio C Hamano1-6/+10
2006-02-22pack-objects eye-candy: finishing touches.Junio C Hamano1-10/+33
2006-02-22also adds progress when actually writing a packNicolas Pitre1-3/+16
2006-02-22nicer eye candies for pack-objectsNicolas Pitre1-31/+25
2006-02-22pack-objects: avoid delta chains that are too long.Junio C Hamano1-8/+35
2006-02-22pack-objects: finishing touches.Junio C Hamano1-31/+71
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano1-57/+310
2006-02-19Thin pack - create packfile with missing delta base.Junio C Hamano1-81/+219
2006-02-17pack-objects: avoid delta chains that are too long.Junio C Hamano1-8/+35
2006-02-17pack-objects: finishing touches.Junio C Hamano1-31/+71
2006-02-17pack-objects: reuse data from existing packs.Junio C Hamano1-57/+310
2006-02-12Make pack-objects chattier.Junio C Hamano1-4/+6
2006-02-11fetch-clone progress: finishing touches.Junio C Hamano1-2/+41
2005-12-29code comments: spellJunio C Hamano1-1/+1
2005-12-08Document the --non-empty command-line option to git-pack-objects.Nikolai Weibull1-1/+1
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+2
2005-11-21git-repack: Properly abort in corrupt repositoryLinus Torvalds1-1/+1
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano1-11/+73
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-1/+0
2005-10-13Add support for "local" packingLinus Torvalds1-3/+21
2005-10-12Fix packname hash generation.Junio C Hamano1-4/+10
2005-08-08[PATCH] Plug memory leak in git-pack-objectsSergey Vlasov1-0/+4
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds1-6/+14
2005-07-03Add "--non-empty" flag to git-pack-objectsLinus Torvalds1-0/+7
2005-07-03Add "--incremental" flag to git-pack-objectsLinus Torvalds1-1/+9
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre1-1/+1
2005-06-28Make git pack files use little-endian size encodingLinus Torvalds1-21/+8
2005-06-28[PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano1-5/+20
2005-06-28[PATCH] Fix unpack-objects for header length information.Junio C Hamano1-3/+3
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds1-22/+62
2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds1-6/+15
2005-06-28Teach packing about "tag" objectsLinus Torvalds1-13/+15
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano1-22/+16
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-1/+1
2005-06-26csum-file interface updates: return resulting SHA1Linus Torvalds1-3/+5
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds1-55/+11
2005-06-26git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds1-4/+23
2005-06-26git-pack-objects: do the delta search in reverse size orderLinus Torvalds1-12/+16
2005-06-26Fix object packing/unpacking.Linus Torvalds1-5/+5
2005-06-26[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano1-2/+4
2005-06-25Add "--depth=N" parameter to git-pack-objects to limit maximum delta depthLinus Torvalds1-7/+17
2005-06-25git-pack-objects: make "--window=x" semantics more logical.Linus Torvalds1-4/+4
2005-06-25Add a "max_size" parameter to diff_delta()Linus Torvalds1-10/+12
2005-06-25Fix delta "sliding window" codeLinus Torvalds1-4/+5
2005-06-25[PATCH] (patchlet) pack-objects.c: try_delta()Junio C Hamano1-0/+1
2005-06-25git-pack-objects: mark the delta packing with a 'D'.Linus Torvalds1-0/+1
2005-06-25git-pack-objects: fix typoLinus Torvalds1-1/+1
2005-06-25git-pack-objects: create a packed object representation.Linus Torvalds1-0/+403