checkout: make reset_clean_to_new() not die by itself
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 21:54:02 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 May 2008 00:38:21 +0000 (17:38 -0700)
Instead, have its error percolate up through the callchain and let it be
the exit status of the main command. No semantic changes yet.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found