Re: Refresh index without discard_index + repo_read_index

2019-03-11 Thread Roman Perepelitsa
ase chime if if you know. Roman. On Sat, Mar 9, 2019 at 8:59 PM Roman Perepelitsa wrote: > > I’m writing a program that reads stdin in a loop and prints the > equivalent of `git status` whenever it reads a character. It always > prints its results for the same repository, the same

Refresh index without discard_index + repo_read_index

2019-03-09 Thread Roman Perepelitsa
I’m writing a program that reads stdin in a loop and prints the equivalent of `git status` whenever it reads a character. It always prints its results for the same repository, the same pathspec, etc. The input characters have no effect on the output, only the sate of the repository does. I’m hoping