author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Wed, 18 Jul 2007 13:17:43 +0000 (14:17 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 19 Jul 2007 00:07:46 +0000 (17:07 -0700) | ||
commit | af580e9c5afcffe7020e6f955f5136ee4220834f | |
tree | 9715e16da0d14e53e71a0238d7b1ee871df35e16 | tree | snapshot |
parent | 575d025c0d0fdc9d8b5d68cb802957c527eb0d14 | commit | diff |
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>
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 | diff | blob | history |