commit | 84a5750bc5e5211bd06857e4edb08e332d0e7adf | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed May 28 14:54:02 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 28 17:38:21 2008 -0700 |
tree | 25aadfbf0c400739690a2cc9ed8f2ee9e43f4c1f | |
parent | d2b3691b61d516a0ad2bf700a2a5d9113ceff0b1 [diff] |
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 <gitster@pobox.com>