summaryrefslogtreecommitdiffstats
path: root/builtin/fsck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fsck: verify commit-graphDerrick Stolee2018-06-271-0/+21
* 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
* | | Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-151-0/+1
|\ \ \
| * | | read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart2017-11-081-0/+1
* | | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-1/+1
| |/ / |/| |
* | | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-6/+1
|\ \ \
| * | | object_array: add and use `object_array_pop()`Martin Ågren2017-09-241-6/+1
| |/ /
| * | Merge branch 'rs/fsck-obj-leakfix' into maintJunio C Hamano2017-09-101-11/+11
| |\ \ | | |/ | |/|
* | | Merge branch 'jt/packmigrate'Junio C Hamano2017-08-271-0/+1
|\ \ \
| * | | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-241-0/+1
* | | | Merge branch 'jc/simplify-progress'Junio C Hamano2017-08-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | progress: simplify "delayed" progress APIJunio C Hamano2017-08-191-1/+1
* | | | Merge branch 'rs/fsck-obj-leakfix'Junio C Hamano2017-08-221-11/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | fsck: free buffers on error in fsck_obj()René Scharfe2017-08-111-11/+11
* | | | Merge branch 'jt/fsck-code-cleanup'Junio C Hamano2017-08-111-25/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | fsck: cleanup unused variableJonathan Tan2017-07-261-3/+1
| * | | object: remove "used" field from struct objectJonathan Tan2017-07-201-10/+14
| * | | fsck: remove redundant parse_tree() invocationJonathan Tan2017-07-201-12/+1
| | |/ | |/|
* / | builtin/fsck: convert remaining caller of get_sha1 to object_idbrian m. carlson2017-07-171-4/+4
|/ /
* | Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-051-1/+1
|\ \
| * | sha1_file: guard against invalid loose subdirectory numbersRené Scharfe2017-06-241-1/+1
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/ /
* | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-2/+1
|\ \ \
| * | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-2/+1
| |/ /