From: Amos Waterland Date: Thu, 1 Sep 2005 14:13:50 +0000 (-0500) Subject: [PATCH] Explain what went wrong on update-cache of new file X-Git-Tag: v0.99.6~31 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=89bc8c785e20258efba3b2b5ffc26098fa0b8bc8;hp=89bc8c785e20258efba3b2b5ffc26098fa0b8bc8;p=git.git [PATCH] Explain what went wrong on update-cache of new file If somebody tries to run `git update-cache foo', where foo is a new file, git dies with a rather cryptic error message: fatal: Unable to add foo to database This trivial patch makes git explain what probably went wrong. It is not a perfect diagnosis of all error paths, but for 90% of the cases it should provide the user with the clue they need. [jc: I ended up wording slightly differently, and fixed another confusing error message I noticed while reviewing the code.] Signed-off-by: Amos Waterland Signed-off-by: Junio C Hamano ---