Age | Commit message (Expand) | Author | Files | Lines |
2012-02-21 | Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maint | Junio C Hamano | 1 | -38/+46 |
2012-02-16 | Merge branch 'mm/empty-loose-error-message' into maint | Junio C Hamano | 1 | -0/+5 |
2012-02-06 | fsck: give accurate error message on empty loose object files | Matthieu Moy | 1 | -0/+5 |
2012-02-01 | find_pack_entry(): do not keep packed_git pointer locally | Nguyễn Thái Ngọc Duy | 1 | -14/+13 |
2012-02-01 | sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry() | Nguyễn Thái Ngọc Duy | 1 | -26/+35 |
2011-12-21 | Appease Sun Studio by renaming "tmpfile" | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
2011-12-16 | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 1 | -63/+4 |
2011-12-05 | Merge branch 'nd/misc-cleanups' | Junio C Hamano | 1 | -1/+2 |
2011-12-01 | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 1 | -63/+4 |
2011-11-15 | sha1_file: don't mix enum with int | Ramkumar Ramachandra | 1 | -1/+1 |
2011-10-27 | unpack_object_header_buffer(): clear the size field upon error | Junio C Hamano | 1 | -1/+2 |
2011-10-21 | Merge branch 'jk/maint-pack-objects-compete-with-delete' | Junio C Hamano | 1 | -2/+2 |
2011-10-14 | downgrade "packfile cannot be accessed" errors to warnings | Jeff King | 1 | -1/+1 |
2011-10-14 | pack-objects: protect against disappearing packs | Jeff King | 1 | -1/+1 |
2011-10-05 | Merge branch 'wh/normalize-alt-odb-path' | Junio C Hamano | 1 | -17/+20 |
2011-09-07 | sha1_file: normalize alt_odb path before comparing and storing | Hui Wang | 1 | -17/+20 |
2011-08-28 | Merge branch 'jc/maint-clone-alternates' | Junio C Hamano | 1 | -1/+1 |
2011-08-23 | Merge branch 'rt/zlib-smaller-window' | Junio C Hamano | 1 | -6/+26 |
2011-08-23 | clone: clone from a repository with relative alternates | Junio C Hamano | 1 | -1/+1 |
2011-08-11 | Tolerate zlib deflation with window size < 32Kb | Roberto Tyley | 1 | -6/+26 |
2011-08-05 | Merge branch 'jc/pack-order-tweak' | Junio C Hamano | 1 | -0/+21 |
2011-08-01 | Merge branch 'jc/legacy-loose-object' into maint | Junio C Hamano | 1 | -29/+33 |
2011-07-19 | Merge branch 'jc/index-pack' | Junio C Hamano | 1 | -55/+0 |
2011-07-19 | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 1 | -14/+14 |
2011-07-13 | Merge branch 'jc/legacy-loose-object' | Junio C Hamano | 1 | -29/+33 |
2011-07-06 | core: log offset pack data accesses happened | Junio C Hamano | 1 | -0/+21 |
2011-06-10 | zlib: zlib can only process 4GB at a time | Junio C Hamano | 1 | -9/+9 |
2011-06-10 | zlib: wrap deflate side of the API | Junio C Hamano | 1 | -5/+5 |
2011-06-08 | sha1_file.c: "legacy" is really the current format | Junio C Hamano | 1 | -29/+33 |
2011-06-05 | verify-pack: use index-pack --verify | Junio C Hamano | 1 | -55/+0 |
2011-05-26 | sha1_file: use the correct type (ssize_t, not size_t) for read-style function | Jim Meyering | 1 | -1/+1 |
2011-05-25 | Merge branch 'jc/bigfile' | Junio C Hamano | 1 | -24/+123 |
2011-05-20 | sha1_file.c: expose helpers to read loose objects | Junio C Hamano | 1 | -3/+3 |
2011-05-20 | unpack_object_header(): make it public | Junio C Hamano | 1 | -4/+4 |
2011-05-20 | sha1_object_info_extended(): hint about objects in delta-base cache | Junio C Hamano | 1 | -0/+9 |
2011-05-19 | Merge branch 'jc/replacing' | Junio C Hamano | 1 | -9/+7 |
2011-05-19 | sha1_object_info_extended(): expose a bit more info | Junio C Hamano | 1 | -11/+31 |
2011-05-16 | packed_object_info_detail(): do not return a string | Junio C Hamano | 1 | -2/+2 |
2011-05-15 | Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streaming | Junio C Hamano | 1 | -33/+130 |
2011-05-15 | git_open_noatime(): drop unused parameter | Junio C Hamano | 1 | -8/+7 |
2011-05-15 | sha1_file: typofix | Junio C Hamano | 1 | -1/+1 |
2011-05-15 | read_sha1_file(): allow selective bypassing of replacement mechanism | Junio C Hamano | 1 | -4/+6 |
2011-05-15 | read_sha1_file(): get rid of read_sha1_file_repl() madness | Junio C Hamano | 1 | -8/+4 |
2011-05-13 | Bigfile: teach "git add" to send a large file straight to a pack | Junio C Hamano | 1 | -1/+83 |
2011-05-09 | index_fd(): split into two helper functions | Junio C Hamano | 1 | -11/+31 |
2011-05-09 | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 1 | -16/+13 |
2011-04-13 | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 1 | -1/+1 |
2011-03-26 | Merge branch 'jc/maint-rerere-in-workdir' | Junio C Hamano | 1 | -0/+29 |
2011-03-23 | rerere: make sure it works even in a workdir attached to a young repository | Junio C Hamano | 1 | -0/+29 |
2011-03-23 | Merge branch 'jn/maint-c99-format' | Junio C Hamano | 1 | -7/+2 |