Re: [RFC PATCH 07/10] Break out scoreboard a little better

2017-05-05 Thread Junio C Hamano
Jeff Smith writes: This blank space is for you to explain what you mean by "a little better". What makes the result better? It seems to do too many things in a single patch. For example, I guess it may be a good idea that you made various knobs like "show_root"

[RFC PATCH 07/10] Break out scoreboard a little better

2017-05-04 Thread Jeff Smith
Signed-off-by: Jeff Smith --- builtin/blame.c | 149 +++- 1 file changed, 93 insertions(+), 56 deletions(-) diff --git a/builtin/blame.c b/builtin/blame.c index c873cc2..dc7600c 100644 --- a/builtin/blame.c +++