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

2014-09-11 Thread Junio C Hamano
Harry Jeffery ha...@exec64.co.uk 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 ha...@exec64.co.uk --- log-tree.c | 16

[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 ha...@exec64.co.uk --- log-tree.c | 16 +--- log-tree.h | 2 +- pretty.c | 2 +- 3