git-blame: --show-name (and -f)
commiteb93b7240665e35ecc0ed72098e1a5b3352bdc17
authorJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 21:06:22 +0000 (5 14:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 22:05:41 +0000 (5 15:05 -0700)
tree5e5d5bf49f0b99d64c26053f948f82b1e38e217c
parent506e49ff9ff2b5be34b2bdf15c88038b00d3ef66
git-blame: --show-name (and -f)

The new option makes the command's native output format show the
filename even when there were no renames in its history, to make
it simpler for Porcelains to parse its output.

Signed-off-by: Junio C Hamano <junkio@cox.net>
blame.c