From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Seeing which commits modified a range of lines? Date: Tue, 4 Nov 2014 20:13:38 +0000 (UTC) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1415132077 9056 80.91.229.3 (4 Nov 2014 20:14:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2014 20:14:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 04 21:14:30 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 1XlkUo-0006Ko-HL for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Nov 2014 21:14:30 +0100 Original-Received: from localhost ([::1]:42824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlkUo-0002nU-3A for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Nov 2014 15:14:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlkUR-0002kZ-SA for help-gnu-emacs@gnu.org; Tue, 04 Nov 2014 15:14:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlkUI-0006Ss-JM for help-gnu-emacs@gnu.org; Tue, 04 Nov 2014 15:14:07 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:49059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlkUI-0006Se-D5 for help-gnu-emacs@gnu.org; Tue, 04 Nov 2014 15:13:58 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XlkUH-00061c-GO for help-gnu-emacs@gnu.org; Tue, 04 Nov 2014 21:13:57 +0100 Original-Received: from 178-164-187-249.pool.digikabel.hu ([178.164.187.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Nov 2014 21:13:57 +0100 Original-Received: from adatgyujto by 178-164-187-249.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Nov 2014 21:13:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 178.164.187.249 (Mozilla/5.0 (Windows NT 6.1; rv:33.0) Gecko/20100101 Firefox/33.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:100748 Archived-At: vc-annotate can show you the last commits which modified the lines in a file. It is useful, but sometimes it would also be useful to see all commits which touched a certain line or lines. For example, seeing the changes which impacted a small function. Or some block of code somewhere. So I could select one or more consecutive lines and then call this function which would list all the commits which modified some of these selected lines, so I could see all changes that impacted this block of code. Can VC do this? If not then it could be a useful addition.