]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2020-05-03  Carlo Marcelo... credential-store: ignore bogus lines from store file
2020-04-29  Junio C Hamanocredential-store: document the file format a bit more
2020-04-19  Jeff KingGit 2.17.5 v2.17.5
2020-04-19  Jonathan Niederfsck: reject URL with empty host in .gitmodules
2020-04-19  Jonathan Niedercredential: treat URL with empty scheme as invalid
2020-04-19  Jonathan Niedercredential: treat URL without scheme as invalid
2020-04-19  Jeff Kingcredential: die() when parsing invalid urls
2020-04-19  Jonathan Niederfsck: convert gitmodules url to URL passed to curl
2020-04-19  Jeff Kingcredential: refuse to operate when missing host or...
2020-04-19  Jeff Kingcredential: parse URL without host as empty host, not...
2020-04-19  Jeff Kingt0300: use more realistic inputs
2020-04-19  Jeff Kingt0300: make "quit" helper more realistic
2020-03-17  Junio C HamanoGit 2.17.4 v2.17.4
2020-03-12  Jeff Kingfsck: detect gitmodules URLs with embedded newlines
2020-03-12  Jeff Kingcredential: detect unrepresentable values when parsing...
2020-03-12  Jeff Kingt/lib-credential: use test_i18ncmp to check stderr
2020-03-12  Jeff Kingcredential: avoid writing values with newlines
2019-12-06  Johannes SchindelinGit 2.17.3 v2.17.3
2019-12-06  Jonathan Niederfsck: reject submodule.update = !command in .gitmodules
2019-12-06  Johannes SchindelinSync with 2.16.6
2019-12-06  Johannes SchindelinGit 2.16.6 v2.16.6
2019-12-06  Johannes Schindelintest-drop-caches: use `has_dos_drive_prefix()`
2019-12-06  Johannes SchindelinSync with 2.15.4
2019-12-06  Johannes SchindelinGit 2.15.4 v2.15.4
2019-12-06  Jonathan Niedersubmodule: reject submodule.update = !command in .gitmo...
2019-12-06  Johannes SchindelinSync with 2.14.6
2019-12-06  Johannes SchindelinGit 2.14.6 v2.14.6
2019-12-05  Johannes SchindelinMerge branch 'win32-accommodate-funny-drive-names'
2019-12-05  Johannes SchindelinMerge branch 'win32-filenames-cannot-have-trailing...
2019-12-05  Johannes SchindelinMerge branch 'fix-mingw-quoting-bug'
2019-12-05  Johannes SchindelinMerge branch 'dubiously-nested-submodules'
2019-12-05  Johannes SchindelinMerge branch 'turn-on-protectntfs-by-default'
2019-12-05  Johannes Schindelinmingw: handle `subst`-ed "DOS drives"
2019-12-05  Johannes SchindelinMerge branch 'disallow-dotgit-via-ntfs-alternate-data...
2019-12-05  Johannes Schindelinmingw: refuse to access paths with trailing spaces...
2019-12-05  Johannes Schindelinquote-stress-test: offer to test quoting arguments...
2019-12-05  Johannes Schindelinmingw: refuse to access paths with illegal characters
2019-12-05  Johannes Schindelinunpack-trees: let merged_entry() pass through do_add_en...
2019-12-05  Johannes Schindelinquote-stress-test: allow skipping some trials
2019-12-05  Johannes Schindelint6130/t9350: prepare for stringent Win32 path validation
2019-12-05  Johannes Schindelinquote-stress-test: accept arguments to test via the...
2019-12-05  Garima Singhtests: add a helper to stress test argument quoting
2019-12-05  Johannes SchindelinDisallow dubiously-nested submodule git directories
2019-12-05  Johannes Schindelinprotect_ntfs: turn on NTFS protection by default
2019-12-05  Johannes Schindelinpath: also guard `.gitmodules` against NTFS Alternate...
2019-12-05  Johannes Schindelinmingw: fix quoting of arguments
2019-12-05  Johannes Schindelinis_ntfs_dotgit(): speed it up
2019-12-05  Johannes Schindelinpath: safeguard `.git` against NTFS Alternate Streams...
2019-12-05  Johannes Schindelinis_ntfs_dotgit(): only verify the leading segment
2019-12-05  Garima Singhtest-path-utils: offer to run a protectNTFS/protectHFS...
2019-12-04  Johannes SchindelinMerge branch 'prevent-name-squatting-on-windows'
2019-12-04  Johannes SchindelinMerge branch 'jk/fast-import-unsafe'
2019-12-04  Johannes Schindelinpath.c: document the purpose of `is_ntfs_dotgit()`
2019-12-04  Johannes Schindelinmingw: disallow backslash characters in tree objects...
2019-12-04  Johannes Schindelinclone --recurse-submodules: prevent name squatting...
2019-12-04  Jeff Kingfast-import: disallow "feature import-marks" by default
2019-12-04  Jeff Kingfast-import: disallow "feature export-marks" by default
2019-12-04  Jeff Kingfast-import: delay creating leading directories for...
2019-12-04  Jeff Kingfast-import: stop creating leading directories for...
2019-12-04  Jeff Kingfast-import: tighten parsing of boolean command line...
2019-12-04  Jeff Kingt9300: create marks files for double-import-marks test
2019-12-04  Jeff Kingt9300: drop some useless uses of cat
2018-09-27  Junio C HamanoGit 2.17.2 v2.17.2
2018-09-27  Jeff Kingfsck: detect submodule paths starting with dash
2018-09-27  Jeff Kingfsck: detect submodule urls starting with dash
2018-09-27  Junio C HamanoSync with 2.16.5
2018-09-27  Junio C HamanoGit 2.16.5 v2.16.5
2018-09-27  Junio C HamanoSync with 2.15.3
2018-09-27  Junio C HamanoGit 2.15.3 v2.15.3
2018-09-27  Junio C HamanoSync with Git 2.14.4
2018-09-27  Junio C HamanoGit 2.14.5 v2.14.5
2018-09-27  Jeff Kingsubmodule-config: ban submodule paths that start with...
2018-09-27  Jeff Kingsubmodule-config: ban submodule urls that start with...
2018-09-27  Jeff Kingsubmodule--helper: use "--" to signal end of clone...
2018-05-22  Junio C HamanoGit 2.17.1 v2.17.1
2018-05-22  Junio C HamanoMerge branch 'jk/submodule-fsck-loose' into maint
2018-05-22  Junio C HamanoSync with Git 2.16.4
2018-05-22  Junio C HamanoGit 2.16.4 v2.16.4
2018-05-22  Junio C HamanoSync with Git 2.15.2
2018-05-22  Junio C HamanoGit 2.15.2 v2.15.2
2018-05-22  Junio C HamanoSync with Git 2.14.4
2018-05-22  Junio C HamanoGit 2.14.4 v2.14.4
2018-05-22  Junio C HamanoSync with Git 2.13.7
2018-05-22  Junio C HamanoGit 2.13.7 v2.13.7
2018-05-22  Junio C HamanoMerge branch 'jk/submodule-fix-loose' into maint-2.13
2018-05-22  Jeff Kingfsck: complain when .gitmodules is a symlink
2018-05-22  Jeff Kingindex-pack: check .gitmodules files with --strict
2018-05-22  Jeff Kingunpack-objects: call fsck_finish() after fscking objects
2018-05-22  Jeff Kingfsck: call fsck_finish() after fscking objects
2018-05-22  Jeff Kingfsck: check .gitmodules content
2018-05-22  Jeff Kingfsck: handle promisor objects in .gitmodules check
2018-05-22  Jeff Kingfsck: detect gitmodules files
2018-05-22  Jeff Kingfsck: actually fsck blob data
2018-05-22  Jeff Kingfsck: simplify ".git" check
2018-05-22  Jeff Kingindex-pack: make fsck error message more specific
2018-05-22  Jeff KingMerge branch 'jk/submodule-name-verify-fix' into jk...
2018-05-22  Jeff Kingverify_path: disallow symlinks in .gitmodules
2018-05-22  Jeff Kingupdate-index: stat updated files earlier
2018-05-22  Jeff Kingverify_dotfile: mention case-insensitivity in comment
2018-05-22  Jeff Kingverify_path: drop clever fallthrough
next