summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-17Git 2.23.2v2.23.2Junio C Hamano1-1/+15
2020-03-17Git 2.22.3v2.22.3Junio C Hamano1-1/+15
2020-03-17Git 2.21.2v2.21.2Junio C Hamano1-1/+15
2020-03-17Git 2.20.3v2.20.3Junio C Hamano1-1/+15
2020-03-17Git 2.19.4v2.19.4Junio C Hamano1-1/+15
2020-03-17Git 2.18.3v2.18.3Junio C Hamano1-1/+15
2020-03-12fsck: detect gitmodules URLs with embedded newlinesJeff King1-1/+15
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-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
2018-07-16fsck: split ".gitmodules too large" error from parse failureJeff King1-1/+2
2018-07-03fsck: check skiplist for object in fsck_blob()Ramsay Jones1-2/+11
2018-07-03fsck: silence stderr when parsing .gitmodulesJeff King1-1/+3
2018-07-03config: add options parameter to git_config_from_memJeff King1-1/+1
2018-06-29tree: add repository argument to lookup_treeStefan Beller1-1/+1
2018-06-29blob: add repository argument to lookup_blobStefan Beller1-2/+2
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+2
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-1/+2
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano1-16/+50
2018-06-13Merge branch 'jk/submodule-fsck-loose-fixup'Junio C Hamano1-1/+2
2018-06-11fsck: avoid looking at NULL blob->objectJeff King1-1/+2
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-9/+11