On Fri, Jun 10, 2016 at 11:13 AM, Junio C Hamano <[email protected]> wrote: > Subject: [PATCH] diff: disable compaction heuristic for now > > http://lkml.kernel.org/g/[email protected] > reports that a change to add a new "function" with common ending > with the existing one at the end of the file is shown like this: > > def foo > do_foo_stuff() > > + common_ending() > +end > + > +def bar > + do_bar_stuff() > + > common_ending() > end > > when the new heuristic is in use. In reality, the change is to add > the blank line before "def bar" and everything below, which is what > the code without the new heuristic shows. > > Disable the heuristics by default and leave it as an experimental > feature for now. > > Signed-off-by: Junio C Hamano <[email protected]> > ---
Thanks, Stefan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

