Thomas Rast schrieb:
Johannes Sixt wrote:
quoted
Furthermore, --subdirectory-filter supplies its own '--', and if the user
provided one himself, such as in
git filter-branch --subdirectory-filter subdir -- --all -- subdir/file
an extra '--' was used as path filter in the call to git-rev-list that
determines the commits that shall be rewritten.
There's some stray space here that should probably also be removed.
Oh, right. Junio, you can pick up the 2-patch series from
git://repo.or.cz/git/mingw/j6t.git filter-branch
-- Hannes