Age | Commit message (Expand) | Author | Files | Lines |
2006-02-22 | also adds progress when actually writing a pack | Nicolas Pitre | 1 | -3/+16 |
2006-02-22 | nicer eye candies for pack-objects | Nicolas Pitre | 1 | -31/+25 |
2006-02-22 | pack-objects: avoid delta chains that are too long. | Junio C Hamano | 1 | -8/+35 |
2006-02-22 | pack-objects: finishing touches. | Junio C Hamano | 1 | -31/+71 |
2006-02-22 | pack-objects: reuse data from existing packs. | Junio C Hamano | 1 | -57/+310 |
2006-02-19 | Thin pack - create packfile with missing delta base. | Junio C Hamano | 1 | -81/+219 |
2006-02-17 | pack-objects: avoid delta chains that are too long. | Junio C Hamano | 1 | -8/+35 |
2006-02-17 | pack-objects: finishing touches. | Junio C Hamano | 1 | -31/+71 |
2006-02-17 | pack-objects: reuse data from existing packs. | Junio C Hamano | 1 | -57/+310 |
2006-02-12 | Make pack-objects chattier. | Junio C Hamano | 1 | -4/+6 |
2006-02-11 | fetch-clone progress: finishing touches. | Junio C Hamano | 1 | -2/+41 |
2005-12-29 | code comments: spell | Junio C Hamano | 1 | -1/+1 |
2005-12-08 | Document the --non-empty command-line option to git-pack-objects. | Nikolai Weibull | 1 | -1/+1 |
2005-11-28 | Make the rest of commands work from a subdirectory. | Junio C Hamano | 1 | -0/+2 |
2005-11-21 | git-repack: Properly abort in corrupt repository | Linus Torvalds | 1 | -1/+1 |
2005-10-26 | pack-objects: Allow use of pre-generated pack. | Junio C Hamano | 1 | -11/+73 |
2005-10-14 | Unlocalized isspace and friends | Linus Torvalds | 1 | -1/+0 |
2005-10-13 | Add support for "local" packing | Linus Torvalds | 1 | -3/+21 |
2005-10-12 | Fix packname hash generation. | Junio C Hamano | 1 | -4/+10 |
2005-08-08 | [PATCH] Plug memory leak in git-pack-objects | Sergey Vlasov | 1 | -0/+4 |
2005-07-03 | Make the name of a pack-file depend on the objects packed there-in. | Linus Torvalds | 1 | -6/+14 |
2005-07-03 | Add "--non-empty" flag to git-pack-objects | Linus Torvalds | 1 | -0/+7 |
2005-07-03 | Add "--incremental" flag to git-pack-objects | Linus Torvalds | 1 | -1/+9 |
2005-06-29 | [PATCH] assorted delta code cleanup | Nicolas Pitre | 1 | -1/+1 |
2005-06-28 | Make git pack files use little-endian size encoding | Linus Torvalds | 1 | -21/+8 |
2005-06-28 | [PATCH] Emit base objects of a delta chain when the delta is output. | Junio C Hamano | 1 | -5/+20 |
2005-06-28 | [PATCH] Fix unpack-objects for header length information. | Junio C Hamano | 1 | -3/+3 |
2005-06-28 | Change pack file format. Hopefully for the last time. | Linus Torvalds | 1 | -22/+62 |
2005-06-28 | git-pack-objects: add "--stdout" flag to write the pack file to stdout | Linus Torvalds | 1 | -6/+15 |
2005-06-28 | Teach packing about "tag" objects | Linus Torvalds | 1 | -13/+15 |
2005-06-27 | [PATCH] Enhance sha1_file_size() into sha1_object_info() | Junio C Hamano | 1 | -22/+16 |
2005-06-27 | [PATCH] Remove "delta" object representation. | Junio C Hamano | 1 | -1/+1 |
2005-06-26 | csum-file interface updates: return resulting SHA1 | Linus Torvalds | 1 | -3/+5 |
2005-06-26 | git-pack-objects: write the pack files with a SHA1 csum | Linus Torvalds | 1 | -55/+11 |
2005-06-26 | git-pack-objects: use name information (if any) to sort objects for packing. | Linus Torvalds | 1 | -4/+23 |
2005-06-26 | git-pack-objects: do the delta search in reverse size order | Linus Torvalds | 1 | -12/+16 |
2005-06-26 | Fix object packing/unpacking. | Linus Torvalds | 1 | -5/+5 |
2005-06-26 | [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair. | Junio C Hamano | 1 | -2/+4 |
2005-06-25 | Add "--depth=N" parameter to git-pack-objects to limit maximum delta depth | Linus Torvalds | 1 | -7/+17 |
2005-06-25 | git-pack-objects: make "--window=x" semantics more logical. | Linus Torvalds | 1 | -4/+4 |
2005-06-25 | Add a "max_size" parameter to diff_delta() | Linus Torvalds | 1 | -10/+12 |
2005-06-25 | Fix delta "sliding window" code | Linus Torvalds | 1 | -4/+5 |
2005-06-25 | [PATCH] (patchlet) pack-objects.c: try_delta() | Junio C Hamano | 1 | -0/+1 |
2005-06-25 | git-pack-objects: mark the delta packing with a 'D'. | Linus Torvalds | 1 | -0/+1 |
2005-06-25 | git-pack-objects: fix typo | Linus Torvalds | 1 | -1/+1 |
2005-06-25 | git-pack-objects: create a packed object representation. | Linus Torvalds | 1 | -0/+403 |