Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'hv/link-alt-odb-entry' into maint | Junio C Hamano | 2012-08-15 | 1 | -1/+1 |
|\ | |||||
| * | link_alt_odb_entry: fix read over array bounds reported by valgrind | Heiko Voigt | 2012-07-30 | 1 | -1/+1 |
* | | Merge branch 'hv/submodule-alt-odb' | Junio C Hamano | 2012-05-23 | 1 | -2/+1 |
|\ \ | |||||
| * | | teach add_submodule_odb() to look for alternates | Heiko Voigt | 2012-05-14 | 1 | -2/+1 |
| |/ | |||||
| * | Merge branch 'jk/maint-avoid-streaming-filtered-contents' into maint | Junio C Hamano | 2012-03-05 | 1 | -5/+9 |
| |\ | |||||
| * \ | Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maint | Junio C Hamano | 2012-02-21 | 1 | -38/+46 |
| |\ \ | |||||
| * \ \ | Merge branch 'mm/empty-loose-error-message' into maint | Junio C Hamano | 2012-02-16 | 1 | -0/+5 |
| |\ \ \ | |||||
* | | | | | remove blank filename in error message | Pete Wyckoff | 2012-05-01 | 1 | -1/+1 |
* | | | | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-05-01 | 1 | -3/+3 |
* | | | | | parse_object: avoid putting whole blob in core | Nguyễn Thái Ngọc Duy | 2012-03-07 | 1 | -2/+40 |
* | | | | | Merge branch 'jk/maint-avoid-streaming-filtered-contents' | Junio C Hamano | 2012-02-27 | 1 | -5/+9 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | do not stream large files to pack when filters are in use | Jeff King | 2012-02-24 | 1 | -5/+9 |
| * | | | | Merge branch 'nd/misc-cleanups' into maint | Junio C Hamano | 2011-12-14 | 1 | -1/+2 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'nd/find-pack-entry-recent-cache-invalidation' | Junio C Hamano | 2012-02-13 | 1 | -38/+46 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | find_pack_entry(): do not keep packed_git pointer locally | Nguyễn Thái Ngọc Duy | 2012-02-01 | 1 | -14/+13 |
| * | | | | | sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry() | Nguyễn Thái Ngọc Duy | 2012-02-01 | 1 | -26/+35 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'mm/empty-loose-error-message' | Junio C Hamano | 2012-02-13 | 1 | -0/+5 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | fsck: give accurate error message on empty loose object files | Matthieu Moy | 2012-02-06 | 1 | -0/+5 |
* | | | | Appease Sun Studio by renaming "tmpfile" | Ævar Arnfjörð Bjarmason | 2011-12-21 | 1 | -6/+6 |
* | | | | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-17 | 1 | -63/+4 |
|\ \ \ \ | |||||
| * | | | | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 2011-12-01 | 1 | -63/+4 |
* | | | | | Merge branch 'nd/misc-cleanups' | Junio C Hamano | 2011-12-06 | 1 | -1/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | unpack_object_header_buffer(): clear the size field upon error | Junio C Hamano | 2011-10-27 | 1 | -1/+2 |
| |/ / | |||||
* / / | sha1_file: don't mix enum with int | Ramkumar Ramachandra | 2011-11-16 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'jk/maint-pack-objects-compete-with-delete' | Junio C Hamano | 2011-10-22 | 1 | -2/+2 |
|\ \ | |||||
| * | | downgrade "packfile cannot be accessed" errors to warnings | Jeff King | 2011-10-14 | 1 | -1/+1 |
| * | | pack-objects: protect against disappearing packs | Jeff King | 2011-10-14 | 1 | -1/+1 |
* | | | Merge branch 'wh/normalize-alt-odb-path' | Junio C Hamano | 2011-10-05 | 1 | -17/+20 |
|\ \ \ | |/ / |/| | | |||||
| * | | sha1_file: normalize alt_odb path before comparing and storing | Hui Wang | 2011-09-07 | 1 | -17/+20 |
* | | | Merge branch 'jc/maint-clone-alternates' | Junio C Hamano | 2011-08-29 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | clone: clone from a repository with relative alternates | Junio C Hamano | 2011-08-23 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'rt/zlib-smaller-window' | Junio C Hamano | 2011-08-24 | 1 | -6/+26 |
|\ \ \ | |||||
| * | | | Tolerate zlib deflation with window size < 32Kb | Roberto Tyley | 2011-08-11 | 1 | -6/+26 |
| * | | | Merge branch 'jc/legacy-loose-object' into maint | Junio C Hamano | 2011-08-01 | 1 | -29/+33 |
| |\ \ \ | | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/pack-order-tweak' | Junio C Hamano | 2011-08-05 | 1 | -0/+21 |
|\ \ \ \ | |||||
| * | | | | core: log offset pack data accesses happened | Junio C Hamano | 2011-07-07 | 1 | -0/+21 |
| |/ / / | |||||
| * | | | Merge branch 'jc/bigfile' | Junio C Hamano | 2011-05-26 | 1 | -24/+123 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/replacing' | Junio C Hamano | 2011-05-20 | 1 | -9/+7 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jc/index-pack' | Junio C Hamano | 2011-07-19 | 1 | -55/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | verify-pack: use index-pack --verify | Junio C Hamano | 2011-06-06 | 1 | -55/+0 |
* | | | | | | | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 2011-07-19 | 1 | -14/+14 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 1 | -9/+9 |
| * | | | | | | | zlib: wrap deflate side of the API | Junio C Hamano | 2011-06-10 | 1 | -5/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jc/legacy-loose-object' | Junio C Hamano | 2011-07-13 | 1 | -29/+33 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | sha1_file.c: "legacy" is really the current format | Junio C Hamano | 2011-06-09 | 1 | -29/+33 |
* | | | | | | | sha1_file: use the correct type (ssize_t, not size_t) for read-style function | Jim Meyering | 2011-05-26 | 1 | -1/+1 |
* | | | | | | | sha1_file.c: expose helpers to read loose objects | Junio C Hamano | 2011-05-21 | 1 | -3/+3 |
* | | | | | | | unpack_object_header(): make it public | Junio C Hamano | 2011-05-21 | 1 | -4/+4 |
* | | | | | | | sha1_object_info_extended(): hint about objects in delta-base cache | Junio C Hamano | 2011-05-21 | 1 | -0/+9 |
* | | | | | | | sha1_object_info_extended(): expose a bit more info | Junio C Hamano | 2011-05-19 | 1 | -11/+31 |