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
AgeCommit message (Expand)Author
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King
2019-12-04fast-import: delay creating leading directories for export-marksJeff King
2019-12-04fast-import: stop creating leading directories for import-marksJeff King
2019-12-04fast-import: tighten parsing of boolean command line optionsJeff King
2019-12-04t9300: create marks files for double-import-marks testJeff King
2019-12-04t9300: drop some useless uses of catJeff King
2018-09-27Git 2.17.2v2.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-27Sync with 2.16.5Junio C Hamano
2018-09-27Git 2.16.5v2.16.5Junio C Hamano
2018-09-27Sync with 2.15.3Junio C Hamano
2018-09-27Git 2.15.3v2.15.3Junio C Hamano
2018-09-27Sync with Git 2.14.4Junio C Hamano
2018-09-27Git 2.14.5v2.14.5Junio C Hamano
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King
2018-09-27submodule-config: ban submodule urls that start with dashJeff King
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King
2018-05-22Git 2.17.1v2.17.1Junio C Hamano
2018-05-22Merge branch 'jk/submodule-fsck-loose' into maintJunio C Hamano
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-22Git 2.16.4v2.16.4Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Git 2.15.2v2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Git 2.14.4v2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22Git 2.13.7v2.13.7Junio C Hamano
2018-05-22Merge branch 'jk/submodule-fix-loose' into maint-2.13Junio C Hamano
2018-05-22fsck: complain when .gitmodules is a symlinkJeff King
2018-05-22index-pack: check .gitmodules files with --strictJeff King
2018-05-22unpack-objects: call fsck_finish() after fscking objectsJeff King
2018-05-22fsck: call fsck_finish() after fscking objectsJeff King
2018-05-22fsck: check .gitmodules contentJeff King
2018-05-22fsck: handle promisor objects in .gitmodules checkJeff King
2018-05-22fsck: detect gitmodules filesJeff King
2018-05-22fsck: actually fsck blob dataJeff King
2018-05-22fsck: simplify ".git" checkJeff King
2018-05-22index-pack: make fsck error message more specificJeff King
2018-05-22Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckJeff King
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King
2018-05-22update-index: stat updated files earlierJeff King
2018-05-22verify_dotfile: mention case-insensitivity in commentJeff King
2018-05-22verify_path: drop clever fallthroughJeff King
2018-05-22skip_prefix: add case-insensitive variantJeff King
2018-05-22is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin