]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2020 22:17:50 +0000 (14:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2020 22:17:50 +0000 (14:17 -0800)
commita578ef9e63a2f53ada00beb9d75b23e68061b331
tree71d6606b5fa50d175f30b1719a6fa0b5a8436b63
parentc4117fcb97dbf5bc59d9cff09e7e4c0425fe8c27
parent224c7d70fa14ed44d8e7e3ce1e165e05b7b23725
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'

An earlier update to Git for Windows declared that a tree object is
invalid if it has a path component with backslash in it, which was
overly strict, which has been corrected.  The only protection the
Windows users need is to prevent such path (or any path that their
filesystem cannot check out) from entering the index.

* js/mingw-loosen-overstrict-tree-entry-checks:
  mingw: only test index entries for backslashes, not tree entries
read-cache.c
tree-walk.c