Re: [PATCH 1/2] log-tree: make format_decorations more flexible

2014-09-11 Thread Junio C Hamano
Harry Jeffery writes: > The prefix, separator and suffix for decorations are hard-coded. Make > format_decorations more flexible by having the caller specify the > prefix, separator and suffix. > > Signed-off-by: Harry Jeffery > --- > log-tree.c | 16 +--- > log-tree.h | 2 +- > pr

[PATCH 1/2] log-tree: make format_decorations more flexible

2014-09-10 Thread Harry Jeffery
The prefix, separator and suffix for decorations are hard-coded. Make format_decorations more flexible by having the caller specify the prefix, separator and suffix. Signed-off-by: Harry Jeffery --- log-tree.c | 16 +--- log-tree.h | 2 +- pretty.c | 2 +- 3 files changed, 11 in