summaryrefslogtreecommitdiffstats
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.17.2Junio C Hamano2018-09-271-0/+14
|\
| * fsck: detect submodule paths starting with dashJeff King2018-09-271-0/+7
| * fsck: detect submodule urls starting with dashJeff King2018-09-271-0/+7
* | Merge branch 'jk/submodule-fsck-loose-fixup'Junio C Hamano2018-06-131-1/+2
|\ \
| * | fsck: avoid looking at NULL blob->objectJeff King2018-06-111-1/+2
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-9/+11
|\ \
| * | fsck: convert static functions to struct object_idbrian m. carlson2018-05-021-9/+11
* | | Sync with Git 2.17.1Junio C Hamano2018-05-291-4/+134
|\ \ \ | | |/ | |/|
| * | fsck: complain when .gitmodules is a symlinkJeff King2018-05-211-2/+9
| * | fsck: check .gitmodules contentJeff King2018-05-211-1/+59
| * | fsck: handle promisor objects in .gitmodules checkJeff King2018-05-211-0/+3
| * | fsck: detect gitmodules filesJeff King2018-05-211-0/+58
| * | fsck: actually fsck blob dataJeff King2018-05-211-1/+7
| * | fsck: simplify ".git" checkJeff King2018-05-211-3/+1
* | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-3/+5
|\ \ \ | |_|/ |/| |
| * | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-3/+5
| * | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-3/+3
| |/
* / sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
|/
* object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* Merge branch 'rs/fsck-null-return-from-lookup'Junio C Hamano2017-10-111-4/+4
|\
| * fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe2017-10-061-4/+4
* | consistently use "fallthrough" comments in switchesJeff King2017-09-221-0/+1
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-131-1/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+3
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
| * Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
| * Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-3/+3
* Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-1/+1
* Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-1/+1
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-2/+2
* fsck: convert init_skiplist to struct object_idbrian m. carlson2017-03-281-5/+6
* fsck: lazily load types under --connectivity-onlyJeff King2017-01-261-0/+4
* fsck: handle bad trees like other errorsDavid Turner2016-09-271-6/+12
* fsck: optionally show more helpful info for broken linksJohannes Schindelin2016-07-181-4/+17
* fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin2016-07-181-2/+3
* fsck_walk(): optionally name objects on the goJohannes Schindelin2016-07-181-4/+83
* Merge branch 'jc/fsck-nul-in-commit'Junio C Hamano2016-05-171-3/+13
|\
| * fsck: detect and warn a commit with embedded NULJunio C Hamano2016-05-101-0/+8
| * fsck_commit_buffer(): do not special case the last validationJunio C Hamano2016-04-141-3/+5
* | tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson2016-04-251-3/+3
* | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+2
* Merge branch 'bc/object-id'Junio C Hamano2015-12-101-7/+7
|\
| * Remove get_object_hash.brian m. carlson2015-11-201-3/+3
| * Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
| * Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* | fsck: treat a NUL in a tag header as an errorRené Scharfe2015-11-201-1/+2
|/
* Merge branch 'js/fsck-opt'Junio C Hamano2015-08-031-119/+436
|\