From: Matthieu Moy Date: Wed, 5 Aug 2009 14:56:25 +0000 (+0200) Subject: rebase: consistent error messages for staged and unstaged changes. X-Git-Tag: v1.6.5-rc0~102 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4cfbe06fc788aad7bb4e5ea0c2c93345840acc28?ds=inline;hp=4cfbe06fc788aad7bb4e5ea0c2c93345840acc28 rebase: consistent error messages for staged and unstaged changes. Previous version expose the output of the plumbing update-index to the user, which novice users have difficulty to understand. We still need to run update-index to refresh the cache (if diff.autorefreshindex is false, git diff won't do it). Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano ---