On Tue, Jun 14, 2011 at 02:17:58AM +0200, Andreas Ericsson wrote: > If you're using svn metadata in the commit text, you can always do > "git log -p --grep=@20356" to get the commits relevant to that one. > It's not as fast as "git show svn-20356", but it's not exactly > glacial either and would avoid the problems you're having now. If we do end up putting this data into notes eventually (which I think we _should_ do, because then you aren't locked into having this svn cruft in your commit messages for all time, but can rather choose whether or not to display it), it would be nice to have a --grep-notes feature in git-log. Or maybe --grep should look in notes by default, too, if we are showing them. I suspect the feature would be really easy to implement, if somebody is looking for a gentle introduction to git, or a fun way to spend an hour. :) -Peff -- 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