summaryrefslogtreecommitdiff
path: root/pack-objects.c
AgeCommit message (Expand)Author
2006-02-26Use setenv(), fix warningsTimo Hirvonen
2006-02-25fix warning from pack-objects.cLuck, Tony
2006-02-25Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano
2006-02-24pack-objects: hash basename and direname a bit differently.Junio C Hamano
2006-02-24pack-objects: allow "thin" packs to exceed depth limitsJunio C Hamano
2006-02-23pack-objects: use full pathname to help hashing with "thin" pack.Junio C Hamano
2006-02-23pack-objects: thin pack micro-optimization.Junio C Hamano
2006-02-23pack-objects eye-candy: finishing touches.Junio C Hamano
2006-02-22also adds progress when actually writing a packNicolas Pitre
2006-02-22nicer eye candies for pack-objectsNicolas Pitre
2006-02-22pack-objects: avoid delta chains that are too long.Junio C Hamano
2006-02-22pack-objects: finishing touches.Junio C Hamano
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano
2006-02-20Thin pack - create packfile with missing delta base.Junio C Hamano
2006-02-18pack-objects: avoid delta chains that are too long.Junio C Hamano
2006-02-17pack-objects: finishing touches.Junio C Hamano
2006-02-17pack-objects: reuse data from existing packs.Junio C Hamano
2006-02-12Make pack-objects chattier.Junio C Hamano
2006-02-12fetch-clone progress: finishing touches.Junio C Hamano
2005-12-29code comments: spellJunio C Hamano
2005-12-08Document the --non-empty command-line option to git-pack-objects.Nikolai Weibull
2005-11-29Make the rest of commands work from a subdirectory.Junio C Hamano
2005-11-21git-repack: Properly abort in corrupt repositoryLinus Torvalds
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-10-13Add support for "local" packingLinus Torvalds
2005-10-13Fix packname hash generation.Junio C Hamano
2005-08-09[PATCH] Plug memory leak in git-pack-objectsSergey Vlasov
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds
2005-07-03Add "--non-empty" flag to git-pack-objectsLinus Torvalds
2005-07-03Add "--incremental" flag to git-pack-objectsLinus Torvalds
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre
2005-06-29Make git pack files use little-endian size encodingLinus Torvalds
2005-06-29[PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano
2005-06-29[PATCH] Fix unpack-objects for header length information.Junio C Hamano
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds
2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds
2005-06-28Teach packing about "tag" objectsLinus Torvalds
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-27csum-file interface updates: return resulting SHA1Linus Torvalds
2005-06-27git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds
2005-06-26git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds
2005-06-26git-pack-objects: do the delta search in reverse size orderLinus Torvalds
2005-06-26Fix object packing/unpacking.Linus Torvalds
2005-06-26[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano
2005-06-26Add "--depth=N" parameter to git-pack-objects to limit maximum delta depthLinus Torvalds
2005-06-26git-pack-objects: make "--window=x" semantics more logical.Linus Torvalds
2005-06-26Add a "max_size" parameter to diff_delta()Linus Torvalds
2005-06-26Fix delta "sliding window" codeLinus Torvalds