]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
filter-branch: get rid of "set -e"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 18 Jul 2007 13:17:43 +0000 (14:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jul 2007 00:07:46 +0000 (17:07 -0700)
commitaf580e9c5afcffe7020e6f955f5136ee4220834f
tree9715e16da0d14e53e71a0238d7b1ee871df35e16
parent575d025c0d0fdc9d8b5d68cb802957c527eb0d14
filter-branch: get rid of "set -e"

It was reported by Alex Riesen that "set -e" can break something as
trivial as "unset CDPATH" in bash.

So get rid of "set -e".

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh