Junio C Hamano <gitster@xxxxxxxxx> writes: > * tr/line-log (2013-04-05) 7 commits > (merged to 'next' on 2013-04-05 at 5afb00c) > + log -L: fix overlapping input ranges > + log -L: check range set invariants when we look it up > (merged to 'next' on 2013-04-01 at 5be920c) > + Speed up log -L... -M > + log -L: :pattern:file syntax to find by funcname > + Implement line-history search (git log -L) > + Export rewrite_parents() for 'log -L' > + Refactor parse_loc > > Will merge down to 'master' I did some fuzz-testing, choosing random commits and ranges from files and running log -L on them. While the good news is that I couldn't break ordinary log -L, there's a rather embarassing pair of bugs: -M is completely broken (at least when it would do any good) and the tests that claim to look at move support actually don't pass -M. So please hold off merging, I'll try to get this fixed this weekend. Sorry for the trouble! -- Thomas Rast trast@{inf,student}.ethz.ch -- 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