git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: Kevin Ballard <kevin@sb.org>,
	git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCH v2] blame: Add option to show author email instead of name
Date: Thu, 21 Oct 2010 16:53:58 -0400	[thread overview]
Message-ID: <20101021205358.GA29377@sigill.intra.peff.net> (raw)
In-Reply-To: <20101021203210.GA12685@burratino>

On Thu, Oct 21, 2010 at 03:32:10PM -0500, Jonathan Nieder wrote:

> No preference, since I never use "git annotate" myself.  In fact,
> long term, I'd rather see a "git blame --format=<template>" appearing
> and "git annotate" replaced with a thin script wrapping "git blame".

Isn't that what it is already?

  $ grep blame builtin/annotate.c
  return cmd_blame(argc + 1, nargv, prefix);

-Peff

  parent reply	other threads:[~2010-10-21 20:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-16  6:57 [PATCH] blame: Add option to show author email instead of name Kevin Ballard
2010-10-19 19:02 ` Junio C Hamano
2010-10-20  0:42   ` [PATCH v2] " Kevin Ballard
2010-10-21 18:05     ` Jonathan Nieder
2010-10-21 20:28       ` Kevin Ballard
2010-10-21 20:32         ` Jonathan Nieder
2010-10-21 20:38           ` Kevin Ballard
2010-10-21 20:49           ` [PATCH v3] " Kevin Ballard
2010-10-21 20:53           ` Jeff King [this message]
2010-10-21 20:54             ` [PATCH v2] " Kevin Ballard
2010-10-21 20:58               ` Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101021205358.GA29377@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jrnieder@gmail.com \
    --cc=kevin@sb.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).