]> git.ipfire.org Git - thirdparty/git.git/commit
blame: -b (blame.blankboundary) and --root (blame.showroot)
authorJunio C Hamano <junkio@cox.net>
Mon, 18 Dec 2006 22:04:38 +0000 (14:04 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 19 Dec 2006 00:28:19 +0000 (16:28 -0800)
commit4c10a5caa7d5e481a2acefbae71b694ab7e57108
treebaf10941970140f93faba5bf59293bc5f4515966
parent8336afa563fbeff35e531396273065161181f04c
blame: -b (blame.blankboundary) and --root (blame.showroot)

When blame.blankboundary is set (or -b option is given), commit
object names are blanked out in the "human readable" output
format for boundary commits.

When blame.showroot is not set (or --root is not given), the
root commits are treated as boundary commits.  The code still
attributes the lines to them, but with -b their object names are
not shown.

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