From: Matthieu Moy Date: Fri, 21 Aug 2009 08:57:59 +0000 (+0200) Subject: reset: make the reminder output consistent with "checkout" X-Git-Tag: v1.6.5-rc0~23^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3deffc52d88df73af72a80a406eb863880bb4d2a?hp=3deffc52d88df73af72a80a406eb863880bb4d2a reset: make the reminder output consistent with "checkout" git reset without argument displays a summary of the local modification, like this: $ git reset Makefile: locally modified Some people have problems with this; they look like an error message. This patch makes its output mimic how "git checkout $another_branch" reports the paths with local modifications. "git add --refresh --verbose" is changed in the same way. It also adds a header to make it clear that the output is informative, and not an error. Signed-off-by: Matthieu Moy ---