summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin
2019-10-28fsck: accept an oid instead of a "struct tree" for fsck_tree()Jeff King
2019-10-28fsck: accept an oid instead of a "struct commit" for fsck_commit()Jeff King
2019-10-28fsck: accept an oid instead of a "struct tag" for fsck_tag()Jeff King
2019-10-28fsck: rename vague "oid" local variablesJeff King
2019-10-28fsck: don't require an object struct in verify_headers()Jeff King
2019-10-28fsck: don't require an object struct for fsck_ident()Jeff King
2019-10-28fsck: drop blob struct from fsck_finish()Jeff King
2019-10-28fsck: accept an oid instead of a "struct blob" for fsck_blob()Jeff King
2019-10-28fsck: don't require an object struct for report()Jeff King
2019-10-28fsck: only require an oid for skiplist functionsJeff King
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King
2019-10-28fsck: use oids rather than objects for object_name APIJeff King
2019-10-28fsck_describe_object(): build on our get_object_name() primitiveJeff King
2019-10-28fsck: unify object-name codeJeff King
2019-10-28fsck: require an actual buffer for non-blobsJeff King
2019-10-28fsck: stop checking tag->taggedJeff King
2019-10-28fsck: stop checking commit->parent countsJeff King
2019-10-28fsck: stop checking commit->tree valueJeff King
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King
2019-05-16Move oidset_parse_file() to oidset.cBarret Rhoden
2019-05-16fsck: rename and touch up init_skiplist()Barret Rhoden
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2018-10-30Merge branch 'jc/cocci-preincr'Junio C Hamano
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano
2018-10-10Merge branch 'ab/fsck-skiplist'Junio C Hamano
2018-09-27Sync with 2.18.1Junio C Hamano
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27fsck: detect submodule paths starting with dashJeff King
2018-09-27fsck: detect submodule urls starting with dashJeff King
2018-09-12fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason
2018-09-12fsck: use oidset instead of oid_array for skipListRené Scharfe
2018-09-12fsck: use strbuf_getline() to read skiplist fileRené Scharfe
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano
2018-07-24Merge branch 'rj/submodule-fsck-skip'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-16fsck: downgrade gitmodulesParse default to "info"Jeff King