From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: vc-region-authors (or some such) Date: Fri, 12 Dec 2014 18:13:31 +0200 Message-ID: <86mw6srglw.fsf@yandex.ru> References: <20141211092138.6D5F6C008E@snark.thyrsus.com> <20141211123629.GA25499@thyrsus.com> <87a92uuicq.fsf@Gertrud.fritz.box> <86iohhb5kf.fsf_-_@example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418400835 23750 80.91.229.3 (12 Dec 2014 16:13:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Dec 2014 16:13:55 +0000 (UTC) Cc: Sebastien Vauban , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 12 17:13:49 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 1XzSqi-00083C-Gv for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2014 17:13:48 +0100 Original-Received: from localhost ([::1]:58088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzSqi-00006h-0F for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2014 11:13:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzSqa-00004r-78 for emacs-devel@gnu.org; Fri, 12 Dec 2014 11:13:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzSqU-0007pt-Qo for emacs-devel@gnu.org; Fri, 12 Dec 2014 11:13:40 -0500 Original-Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:47447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzSqU-0007pp-JX for emacs-devel@gnu.org; Fri, 12 Dec 2014 11:13:34 -0500 Original-Received: by mail-wi0-f182.google.com with SMTP id h11so3028102wiw.15 for ; Fri, 12 Dec 2014 08:13:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=5klplk2T+r1t+wTLn7oT3SgGPFvLWs/6+ErkGZncPUo=; b=Tw6VEl5jS3SgvG8A8Vr2JNMPvpDd8560+IVs9fPTGML8J8V2PJL24qCNz1yeMwrVLJ IgbZc30C7A07NCuz6VQl05sRPCmhnXMr9eXoBmmBUnrPD7bgaDP4O0zUcKUeIdRB5bue OvV88fHQvNPyqS9BhAMVcSZTCTnlKOS5d/yViJyPq3ol5Ux8BF0bySmR+cbMt8u6phcG 88FoSaLwx4N0leo64YPi2fHlcDQF/R6VDgAJByamC+boxq9YsoL9KzOLNOegZw/8bV+H 6Ym+hKtKrjwHE+WwC28YTiYgL3hRTPtPtEYUfQXpX4n4fQTYq6TgiMpMu1fqKpXvcmDq 8VXA== X-Received: by 10.194.23.10 with SMTP id i10mr28054179wjf.11.1418400813957; Fri, 12 Dec 2014 08:13:33 -0800 (PST) Original-Received: from axl (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id cs8sm2508045wib.1.2014.12.12.08.13.32 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 12 Dec 2014 08:13:33 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Fri, 12 Dec 2014 09:22:33 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::236 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:179931 Archived-At: Stefan Monnier writes: > So, given a patch (or a branch) together with a "base revision", you'd get > a list of code chunks modified by that patch, then run "annotate" on the > base revision, and look for those code chunks, collecting the names of > corresponding authors. Sounds like git-guilt (which I've just read about today), might be relevant: https://bitbucket.org/tpettersen/git-guilt