Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2021-02-18Merge branch 'js/fsck-name-objects-fix'Junio C Hamano
2021-02-10fsck --name-objects: be more careful parsing generation numbersJohannes Schindelin
2021-02-06Merge branch 'jk/forbid-lf-in-git-url' into maintJunio C Hamano
2021-01-26Merge branch 'jk/forbid-lf-in-git-url'Junio C Hamano
2021-01-08fsck: reject .gitmodules git:// urls with newlinesJeff King
2021-01-06mktag: allow omitting the header/body \n separatorÆvar Arnfjörð Bjarmason
2021-01-06fsck: make fsck_config() re-usableÆvar Arnfjörð Bjarmason
2021-01-06mktag: use fsck instead of custom verify_tag()Ævar Arnfjörð Bjarmason
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-15Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-05-11fsck: report non-consecutive duplicate names in treesRené Scharfe
2020-04-29Merge branch 'jk/config-use-size-t'Junio C Hamano
2020-04-20Git 2.25.4v2.25.4Jonathan Nieder
2020-04-20Git 2.23.3v2.23.3Jonathan Nieder
2020-04-20Git 2.22.4v2.22.4Jonathan Nieder
2020-04-20Git 2.21.3v2.21.3Jonathan Nieder
2020-04-20Git 2.20.4v2.20.4Jonathan Nieder
2020-04-20Git 2.19.5v2.19.5Jonathan Nieder
2020-04-20Git 2.18.4v2.18.4Jonathan Nieder
2020-04-20fsck: reject URL with empty host in .gitmodulesJonathan Nieder
2020-04-20credential: treat URL without scheme as invalidJonathan Nieder
2020-04-20fsck: convert gitmodules url to URL passed to curlJonathan Nieder
2020-04-11parse_config_key(): return subsection len as size_tJeff King
2020-03-18Git 2.25.3v2.25.3Junio C Hamano
2020-03-18Git 2.23.2v2.23.2Junio C Hamano
2020-03-18Git 2.22.3v2.22.3Junio C Hamano
2020-03-18Git 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