Clarify fetch error for missing objects.
commit0d7a6e4ef9e2dc458a9a56ab73638d97f4e75d87
authorAlex Riesen <raa.lkml@gmail.com>
Tue, 12 Dec 2006 17:34:02 +0000 (12 18:34 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 01:04:40 +0000 (12 17:04 -0800)
treeec04810d56bf5a0b7417c548d158d5d4811e80fe
parent59f867400650b39568e4a7f96bd60f3a0072dbda
Clarify fetch error for missing objects.

Otherwise there're such things like:

    Cannot obtain needed none 9a6e87b60dbd2305c95cecce7d9d60f849a0658d
    while processing commit 0000000000000000000000000000000000000000.

which while looks weird. What is the none needed for?

Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch.c