summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b1440ce)
raw | patch | inline | side by side (parent: b1440ce)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 21 May 2011 18:44:14 +0000 (18:44 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 21 May 2011 18:57:17 +0000 (11:57 -0700) |
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh | patch | blob | history |
diff --git a/git-stash.sh b/git-stash.sh
index 57892152c670423531f2d54399c85a661023b60f..3d89c150726897f173b1845ef7a2c132460a3f4d 100755 (executable)
--- a/git-stash.sh
+++ b/git-stash.sh
:
;;
*)
- die "Too many revisions specified: $REV"
+ die "$(eval_gettext "Too many revisions specified: \$REV")"
;;
esac