summaryrefslogtreecommitdiffstats
path: root/pack-objects.c
AgeCommit message (Expand)AuthorLines
2006-02-12Make pack-objects chattier.Junio C Hamano-4/+6
2006-02-11fetch-clone progress: finishing touches.Junio C Hamano-2/+41
2005-12-29code comments: spellJunio C Hamano-1/+1
2005-12-08Document the --non-empty command-line option to git-pack-objects.Nikolai Weibull-1/+1
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano-0/+2
2005-11-21git-repack: Properly abort in corrupt repositoryLinus Torvalds-1/+1
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano-11/+73
2005-10-14Unlocalized isspace and friendsLinus Torvalds-1/+0
2005-10-13Add support for "local" packingLinus Torvalds-3/+21
2005-10-12Fix packname hash generation.Junio C Hamano-4/+10
2005-08-08[PATCH] Plug memory leak in git-pack-objectsSergey Vlasov-0/+4
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds-6/+14
2005-07-03Add "--non-empty" flag to git-pack-objectsLinus Torvalds-0/+7
2005-07-03Add "--incremental" flag to git-pack-objectsLinus Torvalds-1/+9
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre-1/+1
2005-06-28Make git pack files use little-endian size encodingLinus Torvalds-21/+8
2005-06-28[PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano-5/+20
2005-06-28[PATCH] Fix unpack-objects for header length information.Junio C Hamano-3/+3
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds-22/+62
2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds-6/+15
2005-06-28Teach packing about "tag" objectsLinus Torvalds-13/+15
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano-22/+16
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano-1/+1
2005-06-26csum-file interface updates: return resulting SHA1Linus Torvalds-3/+5
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds-55/+11
2005-06-26git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds-4/+23
2005-06-26git-pack-objects: do the delta search in reverse size orderLinus Torvalds-12/+16
2005-06-26Fix object packing/unpacking.Linus Torvalds-5/+5
2005-06-26[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano-2/+4
2005-06-25Add "--depth=N" parameter to git-pack-objects to limit maximum delta depthLinus Torvalds-7/+17
2005-06-25git-pack-objects: make "--window=x" semantics more logical.Linus Torvalds-4/+4
2005-06-25Add a "max_size" parameter to diff_delta()Linus Torvalds-10/+12
2005-06-25Fix delta "sliding window" codeLinus Torvalds-4/+5
2005-06-25[PATCH] (patchlet) pack-objects.c: try_delta()Junio C Hamano-0/+1
2005-06-25git-pack-objects: mark the delta packing with a 'D'.Linus Torvalds-0/+1
2005-06-25git-pack-objects: fix typoLinus Torvalds-1/+1
2005-06-25git-pack-objects: create a packed object representation.Linus Torvalds-0/+403