From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Aguilar Subject: Re: [PATCH 1/5] difftool: Simplify print_tool_help() Date: Tue, 24 Jul 2012 20:00:55 -0700 Message-ID: References: <1343014940-16439-1-git-send-email-davvid@gmail.com> <7v629cef6h.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: git@vger.kernel.org, Tim Henigan To: Junio C Hamano X-From: git-owner@vger.kernel.org Wed Jul 25 05:01:02 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1StrqP-0002rL-Gw for gcvg-git-2@plane.gmane.org; Wed, 25 Jul 2012 05:01:01 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755877Ab2GYDA5 (ORCPT ); Tue, 24 Jul 2012 23:00:57 -0400 Received: from mail-vc0-f174.google.com ([209.85.220.174]:53399 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755608Ab2GYDA4 (ORCPT ); Tue, 24 Jul 2012 23:00:56 -0400 Received: by vcbfk26 with SMTP id fk26so203970vcb.19 for ; Tue, 24 Jul 2012 20:00:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=n3POZkRDoJC2luIeVCriJemCh8wATzCQMLYifHH/cks=; b=jImYgeH8IfgIno0he37mGplcrgAOq8WsXl270j3thBP53A5l9kKhmRcJPlf+kSNRJU dN4d/Do9HTRPjGoqLDdUFTyo2fgtuzV/COMhvAyqC4ZgDJcyOtqAmukEcpne0xd7A1Ay LdESNDlUzL4rNfhwuVLbj2BkEGzll6LIxFFzQmccO7rd4mWk20icc215CJWnd5rFuy14 7N7DKz+q58IIc39pZ+W4mtQrq9R6oOkLrXFHigkPSojbzu4n+YjHhy49n0yUk39kt5JN nu7A7ClaY45k+9wC/afkmiXb00CTPc7Y8lOD3Ep/Q+FBN7zS3HPq4lRAX5Sod7t8UtBZ +tUg== Received: by 10.220.148.210 with SMTP id q18mr16966252vcv.6.1343185255380; Tue, 24 Jul 2012 20:00:55 -0700 (PDT) Received: by 10.52.114.67 with HTTP; Tue, 24 Jul 2012 20:00:55 -0700 (PDT) In-Reply-To: <7v629cef6h.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, Jul 24, 2012 at 7:40 PM, Junio C Hamano wrote: > David Aguilar writes: > >>>> Does this implementation handle that case? I'm sorry, but I haven't >>>> had time to apply and test myself. >>>> >>>> [1]: http://thread.gmane.org/gmane.comp.version-control.git/193233/focus=193925 >>>> [2]: http://thread.gmane.org/gmane.comp.version-control.git/194158 >>> >>> Good catch. Eliminating the globals should be the goal, then. >>> I'll have to re-roll. >> >> Junio, would you prefer follow-up patches or a rebased series? > > Incremental patches, please. > > Thanks. Okay, I saw this just before hitting send-email (and sent the whole series). I'll prep the incremental ones shortly, so please ignore the one I just sent... -- David