From: Junio C Hamano Date: Wed, 28 May 2008 21:54:02 +0000 (-0700) Subject: checkout: make reset_clean_to_new() not die by itself X-Git-Tag: v1.5.6-rc1~12^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/84a5750bc5e5211bd06857e4edb08e332d0e7adf?ds=inline;hp=84a5750bc5e5211bd06857e4edb08e332d0e7adf checkout: make reset_clean_to_new() not die by itself 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 ---