Johannes Sixt schrieb: > --- a/git-filter-branch.sh > +++ b/git-filter-branch.sh > @@ -266,7 +266,7 @@ > > # we need "--" only if there are no path arguments in $@ > nonrevs=$(git rev-parse --no-revs "$@") || exit > -dashdash=${nonrevs+"--"} > +test -z "$nonrevs" && dashdash=-- || dashdash= > rev_args=$(git rev-parse --revs-only "$@") > > case "$filter_subdir" in Arrgh! I should have indented these lines so that they do not count as patch text. Sorry. -- Hannes -- 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