commit | d2b3691b61d516a0ad2bf700a2a5d9113ceff0b1 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed May 28 14:48:57 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 28 17:38:20 2008 -0700 |
tree | 70a03d79431c4024e3dc3cb07bd5bfad7a0911cb | |
parent | a7052d3521de1210026bf5a29d57c37ee7800166 [diff] |
"git checkout -- paths..." should error out when paths cannot be written When "git checkout -- paths..." cannot update work tree for whatever reason, checkout_entry() correctly issued an error message for the path to the end user, but the command ignored the error, causing the entire command to succeed. This fixes it. Signed-off-by: Junio C Hamano <gitster@pobox.com>