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

2014-12-15 Thread Csaba Kiraly
git-gui hard to use in some workflows. This fix changes the meaning of gui.maxfilesdisplayed, making it a soft limit that only applies to "_O" files, i.e. files that are "Untracked, not staged". Signed-off-by: Csaba Kiraly --- git-gui.sh | 21 - 1 file ch

[PATCH 1/2] git-gui: fix problem with "important" files not shown if, gui.maxfilesdisplayed is exceeded

2014-10-23 Thread Csaba Kiraly
git-gui unusable. This fix changes the meaning of gui.maxfilesdisplayed, making it a soft limit that only applies to "_O" files, i.e. files that are "Untracked, not staged". Signed-off-by: Csaba Kiraly --- git-gui.sh | 21 - 1 file changed, 12 insert

[PATCH 2/2] git-gui: improve gui.maxfilesdisplayed popup message

2014-10-23 Thread Csaba Kiraly
Signed-off-by: Csaba Kiraly --- git-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-gui.sh b/git-gui.sh index f86a948..211f57f 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -1977,7 +1977,7 @@ proc display_all_files {} { if {!$files_warning