Re: [PATCH] allow user aliases for the --author parameter
From: Jeff King <hidden> Date: 2016-06-15 22:45:12
On Fri, Aug 22, 2008 at 02:09:35PM -0700, Junio C Hamano wrote:
I often use "git who Jeff" alias to fill the recipient of my e-mails with
this alias:
[alias]
who = "!sh -c 'git log -1 --pretty=\"format:%an <%ae>\" --author=\"$1\"' -"
Very clever, I like it. And it also solves the problem I sometimes _do_
have, which is pulling aliases into my mua from git.
-Peff