aboutsummaryrefslogtreecommitdiffstats
path: root/fsck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09Sync with Git 2.24.1Junio C Hamano1-1/+24
2019-12-06Sync with 2.22.2Johannes Schindelin1-1/+24
2019-12-06Sync with 2.21.1Johannes Schindelin1-1/+24
2019-12-06Sync with 2.20.2Johannes Schindelin1-1/+24
2019-12-06Sync with 2.19.3Johannes Schindelin1-1/+24
2019-12-06Sync with 2.18.2Johannes Schindelin1-1/+24
2019-12-06Sync with 2.17.3Johannes Schindelin1-1/+24
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder1-0/+7
2019-12-06Sync with 2.16.6Johannes Schindelin1-1/+17
2019-12-06Sync with 2.14.6Johannes Schindelin1-1/+10
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin1-1/+10
2019-10-28fsck: accept an oid instead of a "struct tree" for fsck_tree()Jeff King1-15/+15
2019-10-28fsck: accept an oid instead of a "struct commit" for fsck_commit()Jeff King1-15/+14
2019-10-28fsck: accept an oid instead of a "struct tag" for fsck_tag()Jeff King1-14/+13
2019-10-28fsck: rename vague "oid" local variablesJeff King1-4/+4
2019-10-28fsck: don't require an object struct in verify_headers()Jeff King1-5/+7
2019-10-28fsck: don't require an object struct for fsck_ident()Jeff King1-14/+16
2019-10-28fsck: drop blob struct from fsck_finish()Jeff King1-14/+4
2019-10-28fsck: accept an oid instead of a "struct blob" for fsck_blob()Jeff King1-13/+13
2019-10-28fsck: don't require an object struct for report()Jeff King1-59/+69
2019-10-28fsck: only require an oid for skiplist functionsJeff King1-4/+5
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King1-4/+7
2019-10-28fsck: use oids rather than objects for object_name APIJeff King1-27/+34
2019-10-28fsck_describe_object(): build on our get_object_name() primitiveJeff King1-4/+1
2019-10-28fsck: unify object-name codeJeff King1-31/+51
2019-10-28fsck: require an actual buffer for non-blobsJeff King1-42/+9
2019-10-28fsck: stop checking tag->taggedJeff King1-13/+2
2019-10-28fsck: stop checking commit->parent countsJeff King1-22/+1
2019-10-28fsck: stop checking commit->tree valueJeff King1-5/+0
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano1-36/+1
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King1-1/+1
2019-05-16Move oidset_parse_file() to oidset.cBarret Rhoden1-35/+0
2019-05-16fsck: rename and touch up init_skiplist()Barret Rhoden1-9/+9
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren1-1/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson1-2/+2
2018-10-30Merge branch 'jc/cocci-preincr'Junio C Hamano1-1/+1
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano1-1/+1
2018-10-10Merge branch 'ab/fsck-skiplist'Junio C Hamano1-33/+27
2018-09-27Sync with 2.18.1Junio C Hamano1-0/+14
2018-09-27Sync with 2.17.2Junio C Hamano1-0/+14
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-09-12fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason1-0/+14
2018-09-12fsck: use oidset instead of oid_array for skipListRené Scharfe1-21/+2
2018-09-12fsck: use strbuf_getline() to read skiplist fileRené Scharfe1-13/+12
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-4/+5
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano1-3/+6
2018-07-24Merge branch 'rj/submodule-fsck-skip'Junio C Hamano1-2/+11
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-1/+2
2018-07-16fsck: downgrade gitmodulesParse default to "info"Jeff King1-1/+1