From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Epler Subject: Re: [PATCH] mergetools/meld: Use --help output to detect --output support Date: Fri, 10 Feb 2012 16:30:09 -0600 Message-ID: <20120210223008.GC20703@unpythonic.net> References: <20120209191742.GA20703@unpythonic.net> <20120210082106.GA7871@burratino> <7vwr7unzs8.fsf@alter.siamese.dyndns.org> <20120210215755.GL19216@burratino> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano , David Aguilar , git@vger.kernel.org, Sebastian Schuberth , Charles Bailey To: Jonathan Nieder X-From: git-owner@vger.kernel.org Fri Feb 10 23:30:20 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 1Rvyyx-0006MW-SP for gcvg-git-2@plane.gmane.org; Fri, 10 Feb 2012 23:30:20 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760286Ab2BJWaK (ORCPT ); Fri, 10 Feb 2012 17:30:10 -0500 Received: from dsl.unpythonic.net ([206.222.212.217]:32817 "EHLO unpythonic.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753300Ab2BJWaK (ORCPT ); Fri, 10 Feb 2012 17:30:10 -0500 Received: by unpythonic.net (Postfix, from userid 1000) id 2D4B3218028; Fri, 10 Feb 2012 16:30:09 -0600 (CST) Content-Disposition: inline In-Reply-To: <20120210215755.GL19216@burratino> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: I can confirm that this iteration of the patch (meld --help | grep) worked for me on meld 1.1.1, meld 1.1.5, and meld 1.3.0. Note however that none of these are versions of meld that do support the --output flag. Tested-by: Jeff Epler Jeff