mirror of
https://github.com/git/git.git
synced 2026-02-19 14:21:50 +00:00
Merge branch 'rl/maint-stash-i18n-save-error' into next
Will merge to 'next'. By Ross Lagerwall * rl/maint-stash-i18n-save-error: stash: use eval_gettextln correctly
This commit is contained in:
@@ -199,8 +199,8 @@ save_stash () {
|
||||
# $ git stash save --blah-blah 2>&1 | head -n 2
|
||||
# error: unknown option for 'stash save': --blah-blah
|
||||
# To provide a message, use git stash save -- '--blah-blah'
|
||||
eval_gettextln "$("error: unknown option for 'stash save': \$option
|
||||
To provide a message, use git stash save -- '\$option'")"
|
||||
eval_gettextln "error: unknown option for 'stash save': \$option
|
||||
To provide a message, use git stash save -- '\$option'"
|
||||
usage
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user