summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2018-07-24Merge branch 'rj/submodule-fsck-skip'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-03fsck: check skiplist for object in fsck_blob()Ramsay Jones
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano
2018-06-13Merge branch 'jk/submodule-fsck-loose-fixup'Junio C Hamano
2018-06-11fsck: avoid looking at NULL blob->objectJeff King
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-29fsck: produce camelCase config key namesNguyễn Thái Ngọc Duy
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy
2018-05-29fsck: factor out msg_id_info[] lazy initialization codeNguyễn Thái Ngọc Duy
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-22fsck: complain when .gitmodules is a symlinkJeff King
2018-05-22fsck: check .gitmodules contentJeff King
2018-05-22fsck: handle promisor objects in .gitmodules checkJeff King
2018-05-22fsck: detect gitmodules filesJeff King
2018-05-22fsck: actually fsck blob dataJeff King
2018-05-22fsck: simplify ".git" checkJeff King
2018-05-17commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-02fsck: convert static functions to struct object_idbrian m. carlson
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2017-10-11Merge branch 'rs/fsck-null-return-from-lookup'Junio C Hamano
2017-10-06fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
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