Re: [PATCH v6 40/42] refs.c: pass a skip list to name_conflict_fn

2014-05-02 Thread Ronnie Sahlberg
Fixed. Thanks. On Thu, May 1, 2014 at 9:22 PM, Eric Sunshine wrote: > On Thu, May 1, 2014 at 4:37 PM, Ronnie Sahlberg wrote: >> Allow passing a list of refs to ckip checking to name_conflict_fn. > > s/ckip/skip/ > >> There are some conditions where we want to allow a temporary conflict and >> s

Re: [PATCH v6 40/42] refs.c: pass a skip list to name_conflict_fn

2014-05-01 Thread Eric Sunshine
On Thu, May 1, 2014 at 4:37 PM, Ronnie Sahlberg wrote: > Allow passing a list of refs to ckip checking to name_conflict_fn. s/ckip/skip/ > There are some conditions where we want to allow a temporary conflict and skip > checking those refs. For example if we have a transaction that > 1, guarante

[PATCH v6 40/42] refs.c: pass a skip list to name_conflict_fn

2014-05-01 Thread Ronnie Sahlberg
Allow passing a list of refs to ckip checking to name_conflict_fn. There are some conditions where we want to allow a temporary conflict and skip checking those refs. For example if we have a transaction that 1, guarantees that m is a packed refs and there is no loose ref for m 2, the transaction w