aboutsummaryrefslogtreecommitdiff
path: root/pack-objects.c
Commit message (Expand)AuthorAge
* [PATCH] Plug memory leak in git-pack-objectsSergey Vlasov2005-08-08
* Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds2005-07-03
* Add "--non-empty" flag to git-pack-objectsLinus Torvalds2005-07-03
* Add "--incremental" flag to git-pack-objectsLinus Torvalds2005-07-03
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-29
* Make git pack files use little-endian size encodingLinus Torvalds2005-06-28
* [PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano2005-06-28
* [PATCH] Fix unpack-objects for header length information.Junio C Hamano2005-06-28
* Change pack file format. Hopefully for the last time.Linus Torvalds2005-06-28
* git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds2005-06-28
* Teach packing about "tag" objectsLinus Torvalds2005-06-28
* [PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano2005-06-27
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-27
* csum-file interface updates: return resulting SHA1Linus Torvalds2005-06-26
* git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds2005-06-26
* git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds2005-06-26
* git-pack-objects: do the delta search in reverse size orderLinus Torvalds2005-06-26
* Fix object packing/unpacking.Linus Torvalds2005-06-26
* [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano2005-06-26
* Add "--depth=N" parameter to git-pack-objects to limit maximum delta depthLinus Torvalds2005-06-25
* git-pack-objects: make "--window=x" semantics more logical.Linus Torvalds2005-06-25
* Add a "max_size" parameter to diff_delta()Linus Torvalds2005-06-25
* Fix delta "sliding window" codeLinus Torvalds2005-06-25
* [PATCH] (patchlet) pack-objects.c: try_delta()Junio C Hamano2005-06-25
* git-pack-objects: mark the delta packing with a 'D'.Linus Torvalds2005-06-25
* git-pack-objects: fix typoLinus Torvalds2005-06-25
* git-pack-objects: create a packed object representation.Linus Torvalds2005-06-25