On 07/11, Jonathan Nieder wrote:
> Brandon Williams wrote:
>
> > Have 'repo_read_index()' behave more like the other read_index family of
> > functions and don't discard the index if it has already been populated.
> >
> > Signed-off-by: Brandon Williams
> > ---
> > repository.c | 2 --
> > 1 fil
On 07/11, Stefan Beller wrote:
> On Tue, Jul 11, 2017 at 3:04 PM, Brandon Williams wrote:
> > Have 'repo_read_index()' behave more like the other read_index family of
> > functions and don't discard the index if it has already been populated.
>
> instead rely on the quick return of read_index_fro
On Tue, Jul 11, 2017 at 3:04 PM, Brandon Williams wrote:
> Have 'repo_read_index()' behave more like the other read_index family of
> functions and don't discard the index if it has already been populated.
instead rely on the quick return of read_index_from which has
/* istate->initialized c
Brandon Williams wrote:
> Have 'repo_read_index()' behave more like the other read_index family of
> functions and don't discard the index if it has already been populated.
>
> Signed-off-by: Brandon Williams
> ---
> repository.c | 2 --
> 1 file changed, 2 deletions(-)
How did you discover thi
Have 'repo_read_index()' behave more like the other read_index family of
functions and don't discard the index if it has already been populated.
Signed-off-by: Brandon Williams
---
repository.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/repository.c b/repository.c
index edca90740..8e60
5 matches
Mail list logo