Re: [PATCH v2] git-gui: fix problem with gui.maxfilesdisplayed

2015-01-12 Thread Pat Thoyts
Csaba Kiraly writes: >gui.maxfilesdisplayed (added in dd6451f9c7c5a36d3006231b618ac6da06c7c7b4) >was applied brute force on the file list in alphabetic order. As a result, >files that had modifications might not be displayed by git-gui. Even >worse, files that are already in the index might not b

[PATCH v2] git-gui: fix problem with gui.maxfilesdisplayed

2014-12-15 Thread Csaba Kiraly
gui.maxfilesdisplayed (added in dd6451f9c7c5a36d3006231b618ac6da06c7c7b4) was applied brute force on the file list in alphabetic order. As a result, files that had modifications might not be displayed by git-gui. Even worse, files that are already in the index might not be displayed, which makes gi