Merge branch 'nd/index-errno'
commitd0ae7e2e71a6d8b9eb198ed0a5e1462013f7c65d
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Aug 2012 18:51:42 +0000 (22 11:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Aug 2012 18:51:42 +0000 (22 11:51 -0700)
tree2be589649f1a0ef06d6b7f0f7cfb10152e03d4d8
parentc90f06efd84ef0ace0c92509a8bfa1bb1d8b05a8
parent57d84f8d93a0e0818fc403c5b1a2ba73ce0eca5a
Merge branch 'nd/index-errno'

Assignments to errno before calling system functions that used to
matter in the old code were left behind after the code structure
changed sufficiently to make them useless.

* nd/index-errno:
  read_index_from: remove bogus errno assignments
read-cache.c