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 <bmw...@google.com> > --- > repository.c | 2 -- > 1 file changed, 2 deletions(-)
How did you discover this? E.g. was it from code inspection or does this make the function more convenient to use for some kinds of callers? Reviewed-by: Jonathan Nieder <jrnie...@gmail.com>