Hi Ben, On Mon, 22 Oct 2018, Ben Peart wrote: > > From: Johannes Schindelin <Johannes.Schindelin@xxxxxx> > > > > On Mon, 22 Oct 2018, Ben Peart wrote: > > > > > When git reset is run with the --quiet flag, don't bother finding > > > any additional unstaged changes as they won't be output anyway. > > > This speeds up the git reset command by avoiding having to lstat() > > > every file looking for changes that aren't going to be reported > > > anyway. > > > > > > The savings can be significant. In a repo with 200K files "git > > > reset" drops from 7.16 seconds to 0.32 seconds for a savings of 96%. > > > > That's very nice! > > > > Those numbers, just out of curiosity, are they on Windows? Or on > > Linux? > > > > It's safe to assume all my numbers are on Windows. :-) Excellent. These speed-ups will really help our users. Thanks! Dscho