On Oct 21, 2010, at 1:53 PM, Jeff King wrote: > 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 IIRC, git-annotate is equivalent to `git blame -c`, which is why the tests for git-blame are so useless (they're all tests for `git blame -c`, which makes them identical to the tests for git-annotate). -Kevin Ballard-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html