git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Passing rev-list options in git-filter-branch broken
@ 2014-06-27 16:26 Felix Eckhofer
  2014-06-27 18:31 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Eckhofer @ 2014-06-27 16:26 UTC (permalink / raw)
  To: git

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 commits

This seems to have been caused by 3361a548db. After reverting this 
commit, using --date-order appears to work again.


Regards
felix

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-29 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 16:26 Passing rev-list options in git-filter-branch broken Felix Eckhofer
2014-06-27 18:31 ` Junio C Hamano
2014-06-27 22:20   ` Junio C Hamano
2014-06-29 14:00   ` Felix Eckhofer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).