Re: [PATCH 3/8] ui-shared: add cgit_date_mode()

2016-02-08 Thread Jason A. Donenfeld
On second thought, seeing as show_date isn't really reentrant either, whatever. Lost cause at this point I suppose. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH 3/8] ui-shared: add cgit_date_mode()

2016-02-08 Thread Jason A. Donenfeld
This is a step away from obtaining the reentrancy we want(ed). I'll merge this and then try to fix it up. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 3/8] ui-shared: add cgit_date_mode()

2016-01-19 Thread John Keeping
This returns the correct mode value for use with Git's show_date() based on the current CGit configuration and will be used in the following patches. Signed-off-by: John Keeping --- ui-shared.c | 9 + ui-shared.h | 1 + 2 files changed, 10 insertions(+) diff --git a/ui-shared.c b/ui-sha