Re: [PATCH 1/1] git: update to v2.3.1

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

Re: cache issue

2015-03-03 Thread Jason A. Donenfeld
Feel free to send a patch, John. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH] Simplify commit and tag parsing

2015-03-03 Thread Lukas Fleischer
* Use skip_prefix to avoid magic numbers in the code. * Use xcalloc() instead of xmalloc(), followed by manual initialization. * Split out line splitting. Signed-off-by: Lukas Fleischer c...@cryptocrack.de --- parsing.c | 114 +++--- 1 file

Re: cache issue

2015-03-03 Thread John Keeping
On Sun, Mar 01, 2015 at 07:36:00PM +, John Keeping wrote: On Sun, Mar 01, 2015 at 06:43:17PM +, Bertrand Jacquin wrote: On 28/02/2015 12:37, John Keeping wrote: On Sat, Feb 28, 2015 at 12:06:41PM +, Bertrand Jacquin wrote: We are still experiencing the issue. Is there any