Re: [PATCH] git-gui: make gc warning threshold match 'git gc --auto'

2014-08-10 Thread Pat Thoyts
Karsten Blees writes: >The number of loose objects at which git-gui shows a gc warning has >historically been hardcoded to ~2000, or ~200 on Windows. The warning can >only be disabled completely via gui.gcwarning=false. > >Especially on Windows, the hardcoded threshold is so ridiculously low that

[PATCH] git-gui: make gc warning threshold match 'git gc --auto'

2014-08-06 Thread Karsten Blees
The number of loose objects at which git-gui shows a gc warning has historically been hardcoded to ~2000, or ~200 on Windows. The warning can only be disabled completely via gui.gcwarning=false. Especially on Windows, the hardcoded threshold is so ridiculously low that git-gui often complains even