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 gits...@pobox.com wrote: David Turner dtur...@twopensource.com 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.

[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 dtur...@twitter.com --- refs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)