On 08/02, Nguyen Thai Ngoc Duy wrote:
> On Thu, Aug 2, 2012 at 6:01 PM, Thomas Gummerer wrote:
> > @@ -1785,7 +1785,7 @@ void update_index_if_able(struct index_state *istate,
> > struct lock_file *lockfile
> > rollback_lock_file(lockfile);
> > }
> >
> > -int write_index(struct i
On Thu, Aug 2, 2012 at 6:01 PM, Thomas Gummerer wrote:
> @@ -1785,7 +1785,7 @@ void update_index_if_able(struct index_state *istate,
> struct lock_file *lockfile
> rollback_lock_file(lockfile);
> }
>
> -int write_index(struct index_state *istate, int newfd)
> +int write_index_v2(
Modify the write_index function to add the possibility to add
other index formats, that are written in a different way. Also
mark all functions, which shall only be used with v2-v4 as v2
functions.
Signed-off-by: Thomas Gummerer
---
read-cache.c | 40
1 f
3 matches
Mail list logo