author | Junio C Hamano <junkio@cox.net> | |
Mon, 18 Dec 2006 22:04:38 +0000 (14:04 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 19 Dec 2006 00:28:19 +0000 (16:28 -0800) | ||
commit | 4c10a5caa7d5e481a2acefbae71b694ab7e57108 | |
tree | baf10941970140f93faba5bf59293bc5f4515966 | tree | snapshot |
parent | 8336afa563fbeff35e531396273065161181f04c | commit | diff |
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>
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 | diff | blob | history |