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 that

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

2014-06-27 Thread Junio C Hamano
Junio C Hamano writes: > Felix Eckhofer writes: > >> This seems to have been caused by 3361a548db. After reverting this >> commit, using --date-order appears to work again. > > Hmph, unfortunate. > > 3361a548 (Allow git-filter-branch to process large repositories with > lots of branches., 2013-0

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

2014-06-27 Thread Junio C Hamano
Felix Eckhofer writes: > 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 mo

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 com