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=-3.5 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,T_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 B6C7220C32 for ; Thu, 7 Dec 2017 01:08:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752059AbdLGBID (ORCPT ); Wed, 6 Dec 2017 20:08:03 -0500 Received: from cloud.peff.net ([104.130.231.41]:50488 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751718AbdLGBID (ORCPT ); Wed, 6 Dec 2017 20:08:03 -0500 Received: (qmail 3689 invoked by uid 109); 7 Dec 2017 01:08:03 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Thu, 07 Dec 2017 01:08:03 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 16935 invoked by uid 111); 7 Dec 2017 01:08:24 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.94) with ESMTPA; Wed, 06 Dec 2017 20:08:24 -0500 Authentication-Results: peff.net; auth=pass (cram-md5) smtp.auth=relayok Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 06 Dec 2017 20:08:01 -0500 Date: Wed, 6 Dec 2017 20:08:01 -0500 From: Jeff King To: Jacob Keller Cc: Christian Couder , Git mailing list Subject: Re: git commit file completion recently broke Message-ID: <20171207010801.GD1975@sigill.intra.peff.net> References: <20171207002234.GA21003@sigill.intra.peff.net> <20171207002439.GB21003@sigill.intra.peff.net> <20171207005639.GB1975@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 Wed, Dec 06, 2017 at 05:04:02PM -0800, Jacob Keller wrote: > What you outlined above is probably the best we can do. We could even > add some extra helper which does that for us if we want. > > I sent a patch that merely reverts the change to --relative and adds a > test for now though. Thanks. I'm fine with reverting --relative to its original form, or having it do the NULL thing I mentioned. Christian can decide, since it's his series. I do think we may want to take the test improvement as a separate patch. -Peff