From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Seeing which commits modified a range of lines? Date: Thu, 06 Nov 2014 08:13:24 +0100 Message-ID: <87lhnox0mj.fsf@thinkpad-t440p.tsdh.org> References: <87lhnq3uww.fsf@thinkpad-t440p.tsdh.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415258039 16796 80.91.229.3 (6 Nov 2014 07:13:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2014 07:13:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tom Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 06 08:13:52 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1XmHGQ-0004Vi-PD for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2014 08:13:50 +0100 Original-Received: from localhost ([::1]:51116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmHGQ-0008Tp-7U for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2014 02:13:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmHG9-0008SW-Jj for help-gnu-emacs@gnu.org; Thu, 06 Nov 2014 02:13:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmHG2-0007kP-3i for help-gnu-emacs@gnu.org; Thu, 06 Nov 2014 02:13:33 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:52277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmHG1-0007kC-UH for help-gnu-emacs@gnu.org; Thu, 06 Nov 2014 02:13:26 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 964F71A829D; Thu, 6 Nov 2014 08:13:24 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y1CsesPKtXk8; Thu, 6 Nov 2014 08:13:24 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t440p.tsdh.org (dhcp144.uni-koblenz.de [141.26.71.144]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 25D991A825D; Thu, 6 Nov 2014 08:13:24 +0100 (CET) Mail-Followup-To: Tom , help-gnu-emacs@gnu.org In-Reply-To: (Tom's message of "Wed, 5 Nov 2014 20:30:14 +0000 (UTC)") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100793 Archived-At: Tom writes: >> I don't think it can do this. I've checked the docs for bzr log, hg >> log, and git log, and it seems that git is the only one that can do >> what you want, i.e., restrict the log to a range of lines in a file. > > Yes, it is usually not available built in, but it could be implemented > on top of blame as described in my answer to Stefan. Yeah, or even better to implement it on top of "log" and "diff" because "blame"/"annotate" is pretty slow. Bye, Tassilo