Merge branch 'js/realpath-pathdup-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 22:34:48 +0000 (14:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 22:34:48 +0000 (14:34 -0800)
commit5a84dbbd1d6adee1caf93f2213f65b5631b62fa8
treec0305aaba710df52c4c145f76a59a282f19bb40f
parent73b43443f15e2b879f802a13e848cf3ec80f9ca7
parentce83eadd9a2c63db6263df91933da1b1b865d26a
Merge branch 'js/realpath-pathdup-fix' into next

Git v2.12 was shipped with an embarrassing breakage where various
operations that verify paths given from the user stopped dying when
seeing an issue, and instead later triggering segfault.

* js/realpath-pathdup-fix:
  real_pathdup(): fix callsites that wanted it to die on error
  t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREE
cache.h
environment.c
setup.c
worktree.c