On 08/02, Nguyen Thai Ngoc Duy wrote:
> On Thu, Aug 2, 2012 at 6:01 PM, Thomas Gummerer wrote:
> > @@ -1443,7 +1452,6 @@ void read_index_v2(struct index_state *istate, void
> > *mmap, int mmap_size)
> > src_offset += consumed;
> > }
> > strbuf_release(&previous_nam
On Thu, Aug 2, 2012 at 6:01 PM, Thomas Gummerer wrote:
> @@ -1443,7 +1452,6 @@ void read_index_v2(struct index_state *istate, void
> *mmap, int mmap_size)
> src_offset += consumed;
> }
> strbuf_release(&previous_name_buf);
> -
> while (src_offset <= mmap_si
Modify match_stat_basic, into one function that handles the
general case, which is the same for all index formats, and
a function that handles the specific parts for each index
file version.
Signed-off-by: Thomas Gummerer
---
read-cache.c | 77 +++-
3 matches
Mail list logo