Merge branch 'as/check-ignore'
commitef94636a4def20453a6552c278a27820f2ccf79b
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 16:27:09 +0000 (25 08:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 16:27:09 +0000 (25 08:27 -0800)
tree7a6479cb19722d0b6a19a63f5689e0f314dd6e15
parenta2b109f27575a8b05a627b7e6842bd81a62ba991
parentc19387e79947de9307af06ce92a83eaf786153b7
Merge branch 'as/check-ignore'

"git check-ignore ." segfaulted, as a function it calls deep in its
callchain took a string in the <ptr, length> form but did not stop
when given an empty string.

* as/check-ignore:
  name-hash: allow hashing an empty string
  t0008: document test_expect_success_multi