From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Allow pickaxe to be used via git log. Date: Thu, 18 May 2006 20:39:42 -0700 Message-ID: <7vac9elm2p.fsf@assigned-by-dhcp.cox.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri May 19 05:40:12 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FgvqV-0001lk-AJ for gcvg-git@gmane.org; Fri, 19 May 2006 05:40:11 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932212AbWESDjp (ORCPT ); Thu, 18 May 2006 23:39:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932213AbWESDjo (ORCPT ); Thu, 18 May 2006 23:39:44 -0400 Received: from fed1rmmtao08.cox.net ([68.230.241.31]:1522 "EHLO fed1rmmtao08.cox.net") by vger.kernel.org with ESMTP id S932212AbWESDjn (ORCPT ); Thu, 18 May 2006 23:39:43 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.9.127]) by fed1rmmtao08.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060519033943.WIGQ27967.fed1rmmtao08.cox.net@assigned-by-dhcp.cox.net>; Thu, 18 May 2006 23:39:43 -0400 To: Sean In-Reply-To: (seanlkml@sympatico.ca's message of "Thu, 18 May 2006 21:31:24 -0400") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Sean writes: > Handle the -S option when passed to git log such that only the appropriate > commits are displayed. Unlike "whatchanged", by default no diff output > is produced. If your goal is to make whatchanged less necessary, I think you would need to special case --diff-filter as well for "git log", although nobody on #git channel seems to have noticed. I often run --diff-filter=A when I am trying to see when I added a particular file, to avoid getting distracted by other types of changes; log would be still shown if do not disable --always.