Age | Commit message (Expand) | Author | Files | Lines |
2019-03-20 | Merge branch 'jk/fsck-doc' | Junio C Hamano | 1 | -0/+62 |
2019-03-05 | fsck: always compute USED flags for unreachable objects | Jeff King | 1 | -0/+62 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -0/+1 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -1/+2 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+2 |
2019-01-04 | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 1 | -22/+13 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -68/+92 |
2018-12-28 | commit: prepare free_commit_buffer and release_commit_memory for any repo | Stefan Beller | 1 | -1/+2 |
2018-11-13 | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 1 | -21/+47 |
2018-11-13 | sha1-file: use an object_directory for the main object dir | Jeff King | 1 | -18/+3 |
2018-11-13 | rename "alternate_object_database" to "object_directory" | Jeff King | 1 | -8/+8 |
2018-11-13 | fsck: do not reuse child_process structs | Jeff King | 1 | -0/+6 |
2018-11-12 | pack-check.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-11-12 | fsck: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -49/+57 |
2018-11-12 | fsck: reduce word legos to help i18n | Nguyễn Thái Ngọc Duy | 1 | -25/+40 |
2018-10-22 | fsck: check HEAD and reflog from other worktrees | Nguyễn Thái Ngọc Duy | 1 | -17/+38 |
2018-10-22 | fsck: move fsck_head_link() to get_default_heads() to avoid some globals | Elijah Newren | 1 | -11/+16 |
2018-09-17 | fsck: verify multi-pack-index | Derrick Stolee | 1 | -0/+18 |
2018-08-20 | treewide: use get_all_packs | Derrick Stolee | 1 | -2/+2 |
2018-08-15 | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 1 | -1/+1 |
2018-07-18 | check_replace_refs: rename to read_replace_refs | Jeff King | 1 | -1/+1 |
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 |