summaryrefslogtreecommitdiffstats
path: root/fsck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fsck: complain when .gitmodules is a symlinkJeff King2018-05-221-2/+9
* fsck: check .gitmodules contentJeff King2018-05-221-1/+59
* fsck: handle promisor objects in .gitmodules checkJeff King2018-05-221-0/+3
* fsck: detect gitmodules filesJeff King2018-05-221-0/+58
* fsck: actually fsck blob dataJeff King2018-05-221-1/+7
* fsck: simplify ".git" checkJeff King2018-05-221-3/+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-241-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-191-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
|\
| * fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-231-0/+50
| * fsck: allow upgrading fsck warnings to errorsJohannes Schindelin2015-06-231-7/+17
| * fsck: optionally ignore specific fsck issues completelyJohannes Schindelin2015-06-231-0/+5
| * fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin2015-06-231-2/+11
| * fsck: make fsck_tag() warn-friendlyJohannes Schindelin2015-06-231-1/+2
| * fsck: handle multiple authors in commits speciallyJohannes Schindelin2015-06-231-4/+13
| * fsck: make fsck_commit() warn-friendlyJohannes Schindelin2015-06-231-8/+20
| * fsck: make fsck_ident() warn-friendlyJohannes Schindelin2015-06-231-22/+27
| * fsck: report the ID of the error/warningJohannes Schindelin2015-06-231-0/+20
| * fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin2015-06-231-0/+8
| * fsck: offer a function to demote fsck errors to warningsJohannes Schindelin2015-06-231-3/+73
| * fsck: provide a function to parse fsck message IDsJohannes Schindelin2015-06-221-2/+33