X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-stash.sh;h=7561b374d2ec90fe774e98e39a121a1a3a3cdfa9;hb=b3f01ff29f7131e959bcfdfd004744d74d5fa319;hp=5fb1245ea74a3029790c4c7886f9c6a32bddaa13;hpb=2851e8eba52e98d3112417952a24d82ae9d8c0eb;p=git.git diff --git a/git-stash.sh b/git-stash.sh index 5fb1245ea..7561b374d 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -373,7 +373,7 @@ apply_stash () { if test -n "$GIT_QUIET" then - export GIT_MERGE_VERBOSITY=0 + GIT_MERGE_VERBOSITY=0 && export GIT_MERGE_VERBOSITY fi if git merge-recursive $b_tree -- $c_tree $w_tree then