summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2b1a95)
raw | patch | inline | side by side (parent: c2b1a95)
author | Jon Seymour <jon.seymour@gmail.com> | |
Sun, 7 Aug 2011 11:58:16 +0000 (21:58 +1000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 8 Aug 2011 19:05:22 +0000 (12:05 -0700) |
Signed-off-by: Jon Seymour <jon.seymour@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 f4e6f05ee212f452a1b3e13c492960a9222029f7..31dec0abf13ee7d6ded313b24253cd12254f1685 100755 (executable)
--- a/git-stash.sh
+++ b/git-stash.sh
# $ 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_gettext "$("error: unknown option for 'stash save': \$option
- To provide a message, use git stash save -- '\$option'")"; echo
+ eval_gettextln "$("error: unknown option for 'stash save': \$option
+ To provide a message, use git stash save -- '\$option'")"
usage
;;
*)
status=$?
if test -n "$INDEX_OPTION"
then
- (
- gettext "Index was not unstashed." &&
- echo
- ) >&2
+ gettextln "Index was not unstashed." >&2
fi
exit $status
fi