summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2020-06-09Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-05-21fsck: detect more in-tree d/f conflictsRené Scharfe
2020-05-21fsck: fix a typo in a commentRené Scharfe
2020-05-14Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-05-11fsck: report non-consecutive duplicate names in treesRené Scharfe
2020-04-28Merge branch 'jk/config-use-size-t'Junio C Hamano
2020-04-19Git 2.25.4v2.25.4Jonathan Nieder
2020-04-19Git 2.23.3v2.23.3Jonathan Nieder
2020-04-19Git 2.22.4v2.22.4Jonathan Nieder
2020-04-19Git 2.21.3v2.21.3Jonathan Nieder
2020-04-19Git 2.20.4v2.20.4Jonathan Nieder
2020-04-19Git 2.19.5v2.19.5Jonathan Nieder
2020-04-19Git 2.18.4v2.18.4Jonathan Nieder
2020-04-19fsck: reject URL with empty host in .gitmodulesJonathan Nieder
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder
2020-04-19fsck: convert gitmodules url to URL passed to curlJonathan Nieder
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2020-03-18Git 2.25.3v2.25.3Junio C Hamano
2020-03-17Git 2.23.2v2.23.2Junio C Hamano
2020-03-17Git 2.22.3v2.22.3Junio C Hamano
2020-03-17Git 2.21.2v2.21.2Junio C Hamano
2020-03-17Git 2.20.3v2.20.3Junio C Hamano
2020-03-17Git 2.19.4v2.19.4Junio C Hamano
2020-03-17Git 2.18.3v2.18.3Junio C Hamano
2020-03-12fsck: detect gitmodules URLs with embedded newlinesJeff King
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