Hi, On Tue, 5 Jun 2007, Matthias Lederhofer wrote: > diff --git a/git-filter-branch.sh b/git-filter-branch.sh > index 0c8a7df..f4cfbea 100644 > --- a/git-filter-branch.sh > +++ b/git-filter-branch.sh > @@ -313,9 +313,12 @@ workdir="$(pwd)" > > case "$GIT_DIR" in > /*) > + export GIT_DIR > + export GIT_WORK_TREE=. > ;; Doesn't it strike somebody else as intrusive, if GIT_WORK_TREE has to touch that many places? IMHO there should be a less intrusive, and possibly simpler, way to do it. I am not at all interested in that feature, and I don't want to suffer bugs from it either. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html