зеркало из https://github.com/microsoft/git.git
stash: use eval_gettextln correctly
Otherwise, passing an invalid option, git stash -v, gave: git-stash: line 204: $'error: unknown option for \'stash save\': $option\n To provide a message, use git stash save -- \'$option\'': command not found Signed-off-by: Ross Lagerwall <rosslagerwall@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
6eab5f2f14
Коммит
ed3c400c6a
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
Загрузка…
Ссылка в новой задаче