My copy of Git-GUI shows 10 entries under the "Open Recent Repository" list. How do I change this to e.g. 20? Currently, whenever I open an 11th repo, the alphabetically-last on the list disappears - a right pain when the list is full and I'm alternating between repos Zed and Alpha {not their real names!}
I don't read TCL all that well, but I think the relevant line is #267, in C:/Program Files (x86)/Git/share/git-gui/lib/choose_repository.tcl. I've tried opening my favourite editor as Administrator, changing that line to "> 20", restarting Git-GUI, and opening another repository, but that didn't help - the bottom entry got pushed off the list again. My edit's still there when I re-open choose_repository.tcl, so it's definitely being saved.
while {[llength $recent] > 10} {
What should I be doing?
Software in use:
- Windows 7
- git-gui version 0.17.GITGUI
- git version 1.8.3.msysgit.0
- TCl/TK version 8.5.13
- git-gui lib: C:/Program Files (x86)/Git/share/git-gui/lib