Merge branch 'as/check-ignore'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 16:27:09 +0000 (08:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 16:27:09 +0000 (08:27 -0800)
"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

Trivial merge