From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-5.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 84EE81FF76 for ; Fri, 23 Dec 2016 22:21:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753817AbcLWWVt (ORCPT ); Fri, 23 Dec 2016 17:21:49 -0500 Received: from cloud.peff.net ([104.130.231.41]:60073 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751936AbcLWWVs (ORCPT ); Fri, 23 Dec 2016 17:21:48 -0500 Received: (qmail 4375 invoked by uid 109); 23 Dec 2016 22:21:48 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Fri, 23 Dec 2016 22:21:48 +0000 Received: (qmail 26950 invoked by uid 111); 23 Dec 2016 22:22:32 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Fri, 23 Dec 2016 17:22:32 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Fri, 23 Dec 2016 17:21:45 -0500 Date: Fri, 23 Dec 2016 17:21:45 -0500 From: Jeff King To: Junio C Hamano Cc: Jacob Keller , Michael Haggerty , Jacob Keller , Git mailing list , Norbert Kiesel Subject: Re: [PATCH] diff: prefer indent heuristic over compaction heuristic Message-ID: <20161223222145.vkf6mjvs5t7ag3od@sigill.intra.peff.net> References: <20161217005442.5866-1-jacob.e.keller@intel.com> <20161223072201.zw2lwkdcs6qmb4rp@sigill.intra.peff.net> <20161223161917.4a352c2wzerj5uyz@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Dec 23, 2016 at 01:17:03PM -0800, Junio C Hamano wrote: > Junio C Hamano writes: > > > I guess both you and Michael are in favor of just removing compaction > > variant without any renames, so let me prepare a reroll and queue > > that instead. We can flip the default perhaps one release later. > > -- >8 -- > Subject: [PATCH] diff: retire "compaction" heuristics Looks good to me from a cursory read. Thanks. -Peff