File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,8 @@ save_stash () {
198
198
# $ git stash save --blah-blah 2>&1 | head -n 2
199
199
# error: unknown option for 'stash save': --blah-blah
200
200
# To provide a message, use git stash save -- '--blah-blah'
201
- eval_gettext " $( " error: unknown option for 'stash save': \$ option
202
- To provide a message, use git stash save -- '\$ option'" ) " ; echo
201
+ eval_gettextln " $( " error: unknown option for 'stash save': \$ option
202
+ To provide a message, use git stash save -- '\$ option'" ) "
203
203
usage
204
204
;;
205
205
* )
@@ -470,10 +470,7 @@ apply_stash () {
470
470
status=$?
471
471
if test -n " $INDEX_OPTION "
472
472
then
473
- (
474
- gettext " Index was not unstashed." &&
475
- echo
476
- ) >&2
473
+ gettextln " Index was not unstashed." >&2
477
474
fi
478
475
exit $status
479
476
fi
You can’t perform that action at this time.
0 commit comments