Age | Commit message (Expand) | Author | Files | Lines |
2018-07-17 | commit-graph: add repo arg to graph readers | Jonathan Tan | 1 | -1/+1 |
2018-07-17 | Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store | Junio C Hamano | 1 | -0/+21 |
2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to object_as_type | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object_buffer | Stefan Beller | 1 | -2/+5 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -2/+3 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+2 |
2018-06-27 | fsck: verify commit-graph | Derrick Stolee | 1 | -0/+21 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -22/+23 |
2018-05-21 | fsck: call fsck_finish() after fscking objects | Jeff King | 1 | -0/+3 |
2018-05-21 | fsck: actually fsck blob data | Jeff King | 1 | -22/+20 |
2018-05-02 | packfile: convert has_sha1_pack to object_id | brian m. carlson | 1 | -1/+1 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+2 |
2018-04-11 | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 1 | -2/+0 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -3/+10 |
2018-03-26 | packfile: keep prepare_packed_git() private | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2018-03-26 | packfile: add repository argument to prepare_packed_git | Stefan Beller | 1 | -1/+1 |
2018-03-26 | sha1_file: add repository argument to prepare_alt_odb | Stefan Beller | 1 | -1/+1 |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -2/+4 |
2018-03-23 | object-store: move alt_odb_list and alt_odb_tail to object store | Stefan Beller | 1 | -0/+4 |
2018-03-23 | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 1 | -0/+1 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | sha1_file: convert read_loose_object to use struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -2/+2 |
2018-02-15 | Merge branch 'jt/fsck-code-cleanup' | Junio C Hamano | 1 | -1/+7 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -2/+2 |
2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -1/+25 |
2018-01-23 | fsck: fix leak when traversing trees | Eric Wong | 1 | -1/+7 |
2017-12-08 | sha1_file: support lazily fetching missing objects | Jonathan Tan | 1 | -0/+3 |
2017-12-05 | fsck: support promisor objects as CLI argument | Jonathan Tan | 1 | -0/+2 |
2017-12-05 | fsck: support referenced promisor objects | Jonathan Tan | 1 | -0/+11 |
2017-12-05 | fsck: support refs pointing to promisor objects | Jonathan Tan | 1 | -0/+8 |
2017-12-05 | fsck: introduce partialclone extension | Jonathan Tan | 1 | -1/+1 |
2017-11-15 | Merge branch 'bp/read-index-from-skip-verification' | Junio C Hamano | 1 | -0/+1 |
2017-11-08 | read_index_from(): speed index loading by skipping verification of the entry ... | Ben Peart | 1 | -0/+1 |
2017-10-16 | refs: convert resolve_ref_unsafe to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -6/+1 |
2017-09-24 | object_array: add and use `object_array_pop()` | Martin Ågren | 1 | -6/+1 |
2017-09-10 | Merge branch 'rs/fsck-obj-leakfix' into maint | Junio C Hamano | 1 | -11/+11 |
2017-08-26 | Merge branch 'jt/packmigrate' | Junio C Hamano | 1 | -0/+1 |
2017-08-24 | Merge branch 'jc/simplify-progress' | Junio C Hamano | 1 | -1/+1 |
2017-08-23 | pack: move open_pack_index(), parse_pack_index() | Jonathan Tan | 1 | -0/+1 |
2017-08-22 | Merge branch 'rs/fsck-obj-leakfix' | Junio C Hamano | 1 | -11/+11 |
2017-08-19 | progress: simplify "delayed" progress API | Junio C Hamano | 1 | -1/+1 |
2017-08-11 | Merge branch 'jt/fsck-code-cleanup' | Junio C Hamano | 1 | -25/+16 |
2017-08-10 | fsck: free buffers on error in fsck_obj() | René Scharfe | 1 | -11/+11 |
2017-07-26 | fsck: cleanup unused variable | Jonathan Tan | 1 | -3/+1 |
2017-07-20 | object: remove "used" field from struct object | Jonathan Tan | 1 | -10/+14 |
2017-07-20 | fsck: remove redundant parse_tree() invocation | Jonathan Tan | 1 | -12/+1 |