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