From f4528a039d94ae68bda99138a459f8795dd28cba Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 8 Mar 2010 01:04:04 +0100 Subject: [PATCH] release.sh: be more verbose about version conflict errors Signed-off-by: Johannes Schindelin --- share/WinGit/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/release.sh b/share/WinGit/release.sh index e9e57db9..70a26195 100644 --- a/share/WinGit/release.sh +++ b/share/WinGit/release.sh @@ -84,7 +84,7 @@ test -z "$force" && { ;; esac cmp "$f" "/git/$basename" || - die "Installed Git disagrees with contents of /git/" + die "Installed Git disagrees with contents of /git/ ($f)" done (cd / && git update-index --refresh && -- 2.11.4.GIT