From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: difftool -d symlinks, under what conditions Date: Tue, 12 Mar 2013 15:16:33 -0700 Message-ID: <7vehfk5kn2.fsf@alter.siamese.dyndns.org> References: <20130312190956.GC2317@serenity.lan> <20130312194306.GE2317@serenity.lan> <7vfw0073pm.fsf@alter.siamese.dyndns.org> <20130312210630.GF2317@serenity.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: John Keeping , David Aguilar , "git\@vger.kernel.org" , Tim Henigan To: Matt McClure X-From: git-owner@vger.kernel.org Tue Mar 12 23:17:04 2013 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 1UFXVH-0005rH-2q for gcvg-git-2@plane.gmane.org; Tue, 12 Mar 2013 23:17:03 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755587Ab3CLWQg (ORCPT ); Tue, 12 Mar 2013 18:16:36 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:45480 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755301Ab3CLWQg (ORCPT ); Tue, 12 Mar 2013 18:16:36 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id B645BBF9B; Tue, 12 Mar 2013 18:16:35 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=zTXXMSwNltqPALsoqLjUNqeo8IE=; b=k9bfV1 oDThRX1bql92r50dnzgLAOPII5YVNnBfxb6SSYiNqEPVDQnJ3crw9pJ2esGMZIx2 HJas0jcJk9qjwuebDJTVSzkYdS20N9+IeW0Gn0qpskqEYohhC7vTF5GT/RJYSXPd I4Tijm2vyrVNtxZABYDV7dY9UEF8mBH7xpeyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=uGbkd6PUEievOnTWpY0xUAFVi76OCkR4 exyPTL+ddpslBx5FC5L/TJJdIpZdqzftJlouK03WOfk+GDWqkTk16Co1BWllzvbO BWtY8HB1cQvwY76PknJwQpbaL6NJoBcLOLeF0NhS4+3ClfKdKIVp/5s8S0NjZMRE MCwcwgOYWR0= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id AB217BF9A; Tue, 12 Mar 2013 18:16:35 -0400 (EDT) Received: from pobox.com (unknown [24.4.35.13]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 2C5F2BF97; Tue, 12 Mar 2013 18:16:35 -0400 (EDT) In-Reply-To: (Matt McClure's message of "Tue, 12 Mar 2013 17:43:37 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 80682CB4-8B62-11E2-920F-26A52E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Matt McClure writes: > An alternative approach would be to reuse git-diff's option parsing > and make it tell git-difftool when git-diff sees the working tree > case. At this point, I haven't seen an obvious place in the source > where git-diff makes that choice, but if someone could point me in the > right direction, I think I'd actually prefer that approach. What do > you think? I do not think you want to go there. That wouldn't solve the third case in my previous message, no?