Re: [PATCH] scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" information

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Saturday, September 11, 2010 - 3:22 am

On Sat, 2010-09-11 at 12:02 +0200, Florian Mickler wrote:

That's why you might have an option to find the
first submitter.

The equivalent of:

git log --reverse --pretty="%an <%ae>" filename | head -1

Unfortunately, for anything in the tree older than 2.6.12
that shows Linus Torvalds at a no longer current address.

$ git log --reverse --pretty="%an <%ae>" kernel/sched.c | head -1
Linus Torvalds <torvalds@ppc970.osdl.org>


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] get_maintainer.pl: append reason for cc to the ..., Christoph Hellwig, (Fri Sep 10, 5:13 pm)
Re: [PATCH] get_maintainer.pl: append reason for cc to the ..., Christoph Hellwig, (Fri Sep 10, 5:45 pm)
Re: [PATCH] scripts/get_maintainer.pl: Add --git-blame --r ..., Joe Perches, (Sat Sep 11, 3:22 am)
Re: [PATCH] get_maintainer.pl: append reason for cc to the ..., Eric W. Biederman, (Mon Sep 13, 12:16 am)
Re: [PATCH] get_maintainer.pl: append reason for cc to the ..., Eric W. Biederman, (Tue Sep 14, 10:19 am)
Re: [PATCH] get_maintainer.pl: append reason for cc to the ..., Eric W. Biederman, (Tue Sep 14, 10:24 am)