Re: [PATCH] refs.c: handle REFNAME_REFSPEC_PATTERN at end of page

2014-07-09 Thread Øyvind A . Holm
On 7 July 2014 20:05, Junio C Hamano wrote: > David Turner writes: > > When a ref crosses a memory page boundary, we restart the parsing at > > the beginning with the bytewise code. Pass the original flags to > > that code, rather than the current flags. > > Good. I've run the whole test suite

[PATCH] refs.c: handle REFNAME_REFSPEC_PATTERN at end of page

2014-07-05 Thread David Turner
When a ref crosses a memory page boundary, we restart the parsing at the beginning with the bytewise code. Pass the original flags to that code, rather than the current flags. Signed-off-by: David Turner --- refs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/refs.c b/r