summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_lookup to take struct object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson
2017-03-28fsck: convert init_skiplist to struct object_idbrian m. carlson
2017-01-26fsck: lazily load types under --connectivity-onlyJeff King
2016-09-27fsck: handle bad trees like other errorsDavid Turner
2016-07-18fsck: optionally show more helpful info for broken linksJohannes Schindelin
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin
2016-07-18fsck_walk(): optionally name objects on the goJohannes Schindelin
2016-05-17Merge branch 'jc/fsck-nul-in-commit'Junio C Hamano
2016-05-10fsck: detect and warn a commit with embedded NULJunio C Hamano
2016-04-25tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-04-14fsck_commit_buffer(): do not special case the last validationJunio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-12-10Merge branch 'bc/object-id'Junio C Hamano
2015-11-20fsck: treat a NUL in a tag header as an errorRené Scharfe
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-08-03Merge branch 'js/fsck-opt'Junio C Hamano
2015-07-13Merge branch 'jc/fsck-retire-require-eoh'Junio C Hamano
2015-06-28fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin
2015-06-23fsck: allow upgrading fsck warnings to errorsJohannes Schindelin
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin
2015-06-23fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin
2015-06-23fsck: make fsck_tag() warn-friendlyJohannes Schindelin
2015-06-23fsck: handle multiple authors in commits speciallyJohannes Schindelin
2015-06-23fsck: make fsck_commit() warn-friendlyJohannes Schindelin
2015-06-23fsck: make fsck_ident() warn-friendlyJohannes Schindelin
2015-06-23fsck: report the ID of the error/warningJohannes Schindelin
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin
2015-06-23fsck: offer a function to demote fsck errors to warningsJohannes Schindelin
2015-06-22fsck: provide a function to parse fsck message IDsJohannes Schindelin
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin
2015-06-22fsck: introduce fsck optionsJohannes Schindelin
2014-12-22Merge branch 'js/fsck-tag-validation'Junio C Hamano
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin
2014-12-17fsck: complain about HFS+ ".git" aliases in treesJeff King
2014-12-17fsck: notice .git case-insensitivelyJeff King
2014-12-09fsck: properly bound "invalid tag name" error messageJeff King
2014-09-11fsck: check tag objects' headersJohannes Schindelin
2014-09-11Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin