summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-27fsck: detect submodule paths starting with dashJeff King1-0/+7
2018-09-27fsck: detect submodule urls starting with dashJeff King1-0/+7
2018-05-21fsck: complain when .gitmodules is a symlinkJeff King1-2/+9
2018-05-21fsck: check .gitmodules contentJeff King1-1/+59
2018-05-21fsck: handle promisor objects in .gitmodules checkJeff King1-0/+3
2018-05-21fsck: detect gitmodules filesJeff King1-0/+58
2018-05-21fsck: actually fsck blob dataJeff King1-1/+7
2018-05-21fsck: simplify ".git" checkJeff King1-3/+1
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2017-10-11Merge branch 'rs/fsck-null-return-from-lookup'Junio C Hamano1-4/+4
2017-10-06fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe1-4/+4
2017-09-22consistently use "fallthrough" comments in switchesJeff King1-0/+1
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller1-1/+1
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-3/+3
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson1-1/+1
2017-04-23parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin1-1/+1
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-3/+3
2017-03-31Convert sha1_array_lookup to take struct object_idbrian m. carlson1-1/+1
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson1-1/+1
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson1-2/+2
2017-03-28fsck: convert init_skiplist to struct object_idbrian m. carlson1-5/+6
2017-01-26fsck: lazily load types under --connectivity-onlyJeff King1-0/+4
2016-09-27fsck: handle bad trees like other errorsDavid Turner1-6/+12
2016-07-18fsck: optionally show more helpful info for broken linksJohannes Schindelin1-4/+17
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin1-2/+3
2016-07-18fsck_walk(): optionally name objects on the goJohannes Schindelin1-4/+83
2016-05-17Merge branch 'jc/fsck-nul-in-commit'Junio C Hamano1-3/+13
2016-05-10fsck: detect and warn a commit with embedded NULJunio C Hamano1-0/+8
2016-04-25tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson1-3/+3
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson1-2/+2
2016-04-14fsck_commit_buffer(): do not special case the last validationJunio C Hamano1-3/+5
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-1/+2
2015-12-10Merge branch 'bc/object-id'Junio C Hamano1-7/+7
2015-11-20fsck: treat a NUL in a tag header as an errorRené Scharfe1-1/+2
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idbrian m. carlson1-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3
2015-08-03Merge branch 'js/fsck-opt'Junio C Hamano1-119/+436
2015-07-13Merge branch 'jc/fsck-retire-require-eoh'Junio C Hamano1-4/+13
2015-06-28fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano1-4/+13
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin1-0/+50
2015-06-23fsck: allow upgrading fsck warnings to errorsJohannes Schindelin1-7/+17
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin1-0/+5
2015-06-23fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin1-2/+11
2015-06-23fsck: make fsck_tag() warn-friendlyJohannes Schindelin1-1/+2
2015-06-23fsck: handle multiple authors in commits speciallyJohannes Schindelin1-4/+13
2015-06-23fsck: make fsck_commit() warn-friendlyJohannes Schindelin1-8/+20
2015-06-23fsck: make fsck_ident() warn-friendlyJohannes Schindelin1-22/+27