From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: blame now knows -S Date: Fri, 07 Apr 2006 02:32:05 -0700 Message-ID: <7vu095k9yi.fsf@assigned-by-dhcp.cox.net> References: <7v1ww9loon.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Fredrik Kuivinen X-From: git-owner@vger.kernel.org Fri Apr 07 11:32:16 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 1FRnK7-0007IV-Hi for gcvg-git@gmane.org; Fri, 07 Apr 2006 11:32:11 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932396AbWDGJcI (ORCPT ); Fri, 7 Apr 2006 05:32:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932401AbWDGJcI (ORCPT ); Fri, 7 Apr 2006 05:32:08 -0400 Received: from fed1rmmtao08.cox.net ([68.230.241.31]:29376 "EHLO fed1rmmtao08.cox.net") by vger.kernel.org with ESMTP id S932396AbWDGJcH (ORCPT ); Fri, 7 Apr 2006 05:32:07 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.9.127]) by fed1rmmtao08.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060407093206.XAON26964.fed1rmmtao08.cox.net@assigned-by-dhcp.cox.net>; Fri, 7 Apr 2006 05:32:06 -0400 To: Martin Langhoff In-Reply-To: <7v1ww9loon.fsf@assigned-by-dhcp.cox.net> (Junio C. Hamano's message of "Fri, 07 Apr 2006 02:28:40 -0700") 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: Junio C Hamano writes: > I've made a few changes to "git blame" myself: > > - fix breakage caused by recent revision walker reorganization; > - use built-in xdiff instead of spawning GNU diff; > - implement -S like annotate does. > > Depending on the density of changes, it now appears that blame > is 10%-30% faster than annotate. I thought CVS emulator might > be interested to give it a whirl.. Sorry, forgot to mention... The updated blame will be in "next", not in "master" yet.