summaryrefslogtreecommitdiffstats
path: root/builtin/fsck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+2
|\
| * pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+2
* | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-22/+13
|\ \
| * | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-18/+3
| * | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-8/+8
| * | fsck: do not reuse child_process structsJeff King2018-11-131-0/+6
| |/
* | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-68/+92
|\ \
| * | fsck: mark strings for translationNguyễn Thái Ngọc Duy2018-11-121-49/+57
| * | fsck: reduce word legos to help i18nNguyễn Thái Ngọc Duy2018-11-121-25/+40
| |/
* | Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-131-21/+47
|\ \ | |/ |/|
| * fsck: check HEAD and reflog from other worktreesNguyễn Thái Ngọc Duy2018-10-221-17/+38
| * fsck: move fsck_head_link() to get_default_heads() to avoid some globalsElijah Newren2018-10-221-11/+16
* | fsck: verify multi-pack-indexDerrick Stolee2018-09-171-0/+18
|/
* treewide: use get_all_packsDerrick Stolee2018-08-211-2/+2
* Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-161-1/+1
|\
| * check_replace_refs: rename to read_replace_refsJeff King2018-07-191-1/+1
* | commit-graph: add repo arg to graph readersJonathan Tan2018-07-181-1/+1
* | Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano2018-07-181-0/+21
|\ \
| * | fsck: verify commit-graphDerrick Stolee2018-06-271-0/+21
| |/
* | blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+2
* | object: add repository argument to object_as_typeStefan Beller2018-06-291-1/+1
* | object: add repository argument to parse_object_bufferStefan Beller2018-06-291-2/+5
* | object: add repository argument to lookup_objectStefan Beller2018-06-291-2/+3
* | object: add repository argument to parse_objectStefan Beller2018-06-291-2/+2
|/
* Merge branch 'bc/object-id'Junio C Hamano2018-05-301-1/+1
|\
| * packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-1/+1
* | Sync with Git 2.17.1Junio C Hamano2018-05-291-22/+23
|\ \
| * | fsck: call fsck_finish() after fscking objectsJeff King2018-05-221-0/+3
| * | fsck: actually fsck blob dataJeff King2018-05-221-22/+20
* | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+2
| |/ |/|
* | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-2/+0
|\ \
| * | packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-2/+0
| * | packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
* | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-3/+10
|\| |
| * | sha1_file: add repository argument to prepare_alt_odbStefan Beller2018-03-261-1/+1
| * | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-2/+4
| * | object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller2018-03-231-0/+4
| * | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* | | sha1_file: convert read_loose_object to use struct object_idbrian m. carlson2018-03-141-1/+1
| |/ |/|
* | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-2/+2
|\ \
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-2/+2
* | | Merge branch 'jt/fsck-code-cleanup'Junio C Hamano2018-02-151-1/+7
|\ \ \ | |_|/ |/| |
| * | fsck: fix leak when traversing treesEric Wong2018-01-231-1/+7
* | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-1/+25
|\ \ \ | |_|/ |/| |
| * | sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+3
| * | fsck: support promisor objects as CLI argumentJonathan Tan2017-12-051-0/+2
| * | fsck: support referenced promisor objectsJonathan Tan2017-12-051-0/+11
| * | fsck: support refs pointing to promisor objectsJonathan Tan2017-12-051-0/+8
| * | fsck: introduce partialclone extensionJonathan Tan2017-12-051-1/+1