Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 1/5] stash: make "saved" message translatable

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:43

Thomas Rast [off-list ref] writes:
quoted hunk
Signed-off-by: Thomas Rast <redacted>
---
 git-stash.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-stash.sh b/git-stash.sh
index 4e2c7f8..e614eb7 100755
--- a/git-stash.sh
+++ b/git-stash.sh
@@ -233,7 +233,7 @@ save_stash () {
 
 	git update-ref -m "$stash_msg" $ref_stash $w_commit ||
 		die "$(gettext "Cannot save the current status")"
-	say Saved working directory and index state "$stash_msg"
+	say "$(eval_gettext "Saved working directory and index state \"\$stash_msg\"")"
Do you need backslashes before double quotes here?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help