[PATCH] recursive-merge: Don't print a stack trace when read-tree fails.
authorFredrik Kuivinen <freku045@student.liu.se>
Sun, 25 Sep 2005 14:48:24 +0000 (16:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 25 Sep 2005 23:08:53 +0000 (16:08 -0700)
If the working tree is dirty read-tree will fail, and we don't want an
ugly stack trace in that case. Also make sure we don't print stack
traces when we use 'die'.

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found