Re: What's cooking in git.git (Apr 2013, #02; Fri, 5)

2013-04-12 Thread Thomas Rast
Junio C Hamano gits...@pobox.com 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Apr 2013, #02; Fri, 5)

2013-04-07 Thread John Keeping
On Fri, Apr 05, 2013 at 03:27:11PM -0700, Junio C Hamano wrote:
 * jk/merge-tree-added-identically (2013-03-27) 1 commit
  - merge-tree: fix same file added in subdir
 
  We would most likely want to change things the other way around.
 
  Expecting a reroll.

I was hoping to get some feedback on my most recent message [1] before
sending a reroll of this.

[1] http://article.gmane.org/gmane.comp.version-control.git/219378
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html