Re: [PATCH 1/2] ui-log: Do not always emit decoration span

2016-05-12 Thread Jason A. Donenfeld
Merged, thanks. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 1/2] ui-log: Do not always emit decoration span

2016-02-26 Thread Tim Nordell
The decoration span does not need to be emited if there aren't any decorations to show. This modification saves slightly on bandwidth. Signed-off-by: Tim Nordell diff --git a/ui-log.c b/ui-log.c index 0a3938b..62881ce 100644 --- a/ui-log.c +++ b/ui-log.c @@ -61,6 +61,8