Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Git 2.15.3
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index 6344e8d5e38ca237dc5b5b67844f87f48aaa74ca..aabbf6b69e5396080234a08e03cd951f9fe5d964 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-166,7
+166,7
@@
apply_autostash () {
if test -f "$state_dir/autostash"
then
stash_sha1=$(cat "$state_dir/autostash")
- if git stash apply $stash_sha1
2>&1 >/dev/null
+ if git stash apply $stash_sha1
>/dev/null 2>&1
then
echo "$(gettext 'Applied autostash.')" >&2
else