Antoine Pelisse <apelisse@xxxxxxxxx> writes: > On Wed, Nov 27, 2013 at 1:00 PM, Thomas Gummerer <t.gummerer@xxxxxxxxx> wrote: >> Make git read the index file version 5 without complaining. >> >> This version of the reader reads neither the cache-tree >> nor the resolve undo data, however, it won't choke on an >> index that includes such data. >> >> Helped-by: Junio C Hamano <gitster@xxxxxxxxx> >> Helped-by: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> >> Helped-by: Thomas Rast <trast@xxxxxxxxxxxxxxx> >> Signed-off-by: Thomas Gummerer <t.gummerer@xxxxxxxxx> >> --- >> [...] >> +static struct directory_entry *read_directories(unsigned int *dir_offset, >> + unsigned int *dir_table_offset, >> + void *mmap, int mmap_size) > > Minor nit: why is this mmap_size "int" while all others are "unsigned long" ? Thanks for catching that. It should be "unsigned long" here to. Will fix in the re-roll. >> [...] >> +static int read_entry(struct cache_entry **ce, char *pathname, size_t pathlen, >> + void *mmap, unsigned long mmap_size, >> + unsigned int first_entry_offset, >> + unsigned int foffsetblock) >> [...] >> +static int read_entries(struct index_state *istate, struct directory_entry *de, >> + unsigned int first_entry_offset, void *mmap, >> + unsigned long mmap_size, unsigned int *nr, >> + unsigned int foffsetblock) >> [...] >> +static int read_index_v5(struct index_state *istate, void *mmap, >> + unsigned long mmap_size, struct filter_opts *opts) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html