summaryrefslogtreecommitdiff
path: root/pack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-26pack-objects: Allow use of pre-generated pack.Libravatar Junio C Hamano1-11/+73
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-1/+0
2005-10-13Add support for "local" packingLibravatar Linus Torvalds1-3/+21
2005-10-12Fix packname hash generation.Libravatar Junio C Hamano1-4/+10
2005-08-08[PATCH] Plug memory leak in git-pack-objectsLibravatar Sergey Vlasov1-0/+4
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Libravatar Linus Torvalds1-6/+14
2005-07-03Add "--non-empty" flag to git-pack-objectsLibravatar Linus Torvalds1-0/+7
2005-07-03Add "--incremental" flag to git-pack-objectsLibravatar Linus Torvalds1-1/+9
2005-06-29[PATCH] assorted delta code cleanupLibravatar Nicolas Pitre1-1/+1
2005-06-28Make git pack files use little-endian size encodingLibravatar Linus Torvalds1-21/+8
2005-06-28[PATCH] Emit base objects of a delta chain when the delta is output.Libravatar Junio C Hamano1-5/+20
2005-06-28[PATCH] Fix unpack-objects for header length information.Libravatar Junio C Hamano1-3/+3
2005-06-28Change pack file format. Hopefully for the last time.Libravatar Linus Torvalds1-22/+62
2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLibravatar Linus Torvalds1-6/+15
2005-06-28Teach packing about "tag" objectsLibravatar Linus Torvalds1-13/+15
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Libravatar Junio C Hamano1-22/+16
2005-06-27[PATCH] Remove "delta" object representation.Libravatar Junio C Hamano1-1/+1
2005-06-26csum-file interface updates: return resulting SHA1Libravatar Linus Torvalds1-3/+5
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLibravatar Linus Torvalds1-55/+11
2005-06-26git-pack-objects: use name information (if any) to sort objects for packing.Libravatar Linus Torvalds1-4/+23
2005-06-26git-pack-objects: do the delta search in reverse size orderLibravatar Linus Torvalds1-12/+16
2005-06-26Fix object packing/unpacking.Libravatar Linus Torvalds1-5/+5
2005-06-26[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Libravatar Junio C Hamano1-2/+4
2005-06-25Add "--depth=N" parameter to git-pack-objects to limit maximum delta depthLibravatar Linus Torvalds1-7/+17
2005-06-25git-pack-objects: make "--window=x" semantics more logical.Libravatar Linus Torvalds1-4/+4
2005-06-25Add a "max_size" parameter to diff_delta()Libravatar Linus Torvalds1-10/+12
2005-06-25Fix delta "sliding window" codeLibravatar Linus Torvalds1-4/+5
2005-06-25[PATCH] (patchlet) pack-objects.c: try_delta()Libravatar Junio C Hamano1-0/+1
2005-06-25git-pack-objects: mark the delta packing with a 'D'.Libravatar Linus Torvalds1-0/+1
2005-06-25git-pack-objects: fix typoLibravatar Linus Torvalds1-1/+1
2005-06-25git-pack-objects: create a packed object representation.Libravatar Linus Torvalds1-0/+403