From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Progress report on git-blame Date: Mon, 27 Jan 2014 09:17:22 -0500 Message-ID: References: <20140109140226.57D6C38085A@snark.thyrsus.com> <20140110155121.GA8178@thyrsus.com> <20140111205925.GC17111@thyrsus.com> <87y52mdoha.fsf@fencepost.gnu.org> <87fvoceuos.fsf_-_@fencepost.gnu.org> <83d2jgcy5z.fsf@gnu.org> <87vbx8cu8a.fsf@fencepost.gnu.org> <87eh3v7wiq.fsf@building.gnus.org> <87ppneergm.fsf@linux.vnet.ibm.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390832266 6242 80.91.229.3 (27 Jan 2014 14:17:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2014 14:17:46 +0000 (UTC) Cc: Lars Ingebrigtsen , David Kastrup , Eli Zaretskii , emacs-devel@gnu.org To: "Aneesh Kumar K.V" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 27 15:17:53 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W7n0Z-0004vP-OM for ged-emacs-devel@m.gmane.org; Mon, 27 Jan 2014 15:17:51 +0100 Original-Received: from localhost ([::1]:59812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7n0Z-0008KA-A6 for ged-emacs-devel@m.gmane.org; Mon, 27 Jan 2014 09:17:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7n0P-0008CT-CK for emacs-devel@gnu.org; Mon, 27 Jan 2014 09:17:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7n0J-00057A-Lh for emacs-devel@gnu.org; Mon, 27 Jan 2014 09:17:41 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:8466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7n07-00051e-Ma; Mon, 27 Jan 2014 09:17:23 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFHO+IO1/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2NGYNxA4hhnBmBXoMVgUg X-IPAS-Result: Av4EABK/CFHO+IO1/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2NGYNxA4hhnBmBXoMVgUg X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="46152295" Original-Received: from 206-248-131-181.dsl.teksavvy.com (HELO pastel.home) ([206.248.131.181]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 27 Jan 2014 09:17:22 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 847966019B; Mon, 27 Jan 2014 09:17:22 -0500 (EST) In-Reply-To: <87ppneergm.fsf@linux.vnet.ibm.com> (Aneesh Kumar K. V.'s message of "Sun, 26 Jan 2014 20:10:57 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169165 Archived-At: > newer version of git log do support that > http://git-scm.com/docs/git-log > -L ,: > -L :: > Trace the evolution of the line range given by "," (or > the funcname regex ) within the . You may not give any > pathspec limiters. This is currently limited to a walk starting from > a single revision, i.e., you may only give zero or one positive > revision arguments. You can specify this option more than once. Oh indeed, I hadn't seen that. Looks like exactly what I'm after. Super way cool, Stefan "looking for a Git checkout where he can try it out"