Merge branch 'ao/diff-populate-filespec-lstat-errorpath-fix' into maint
commiteae59c1b574d2a424abc2447985d10c06f2a840e
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:04:59 +0000 (15 12:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:04:59 +0000 (15 12:04 +0900)
tree4fbfeb54552590b0cfa663fcb70864d825a456a3
parent4a1ddb561cad07277be60a6e04513da5eb9db582
parent10e0ca843dea3e8135678600f22e0baa1edf6e44
Merge branch 'ao/diff-populate-filespec-lstat-errorpath-fix' into maint

After an error from lstat(), diff_populate_filespec() function
sometimes still went ahead and used invalid data in struct stat,
which has been fixed.

* ao/diff-populate-filespec-lstat-errorpath-fix:
  diff: fix lstat() error handling in diff_populate_filespec()
diff.c