Passing rev-list options in git-filter-branch broken

2014-06-27 Thread Felix Eckhofer
Hey. When trying to rewrite svn revisions in commit messages to corresponding git commit hashes, I came across the following problem (using git 1.9.1): $ git filter-branch --msg-filter svnrev2git.py -- --date-order --all fatal: options not supported in --stdin mode Could not get the

Re: Passing rev-list options in git-filter-branch broken

2014-06-29 Thread Felix Eckhofer
Junio, thanks for your reply and your patch. Am 27.06.2014 20:31, schrieb Junio C Hamano: [...] would be a better workaround that would not break repositories with large number of references, but it obviously will lose --date-order option (why would it be even necessary, though? I suspect