[PATCH v3 4/4] git gui: allow for a long recentrepo list

2017-01-22 Thread Philip Oakley
The gui.recentrepo list may be longer than the maxrecent setting. Allow extra space to show any extra entries. In an ideal world, the git gui would limit the number of entries to the maxrecent setting, however the recentrepo config list may have been extended outwith the gui, or the maxrecent sett

Re: [PATCH v3 4/4] git gui: allow for a long recentrepo list

2015-12-17 Thread Philip Oakley
From: "Junio C Hamano" Philip Oakley writes: The gui.recentrepo list may be longer than the maxrecent setting. Use the actual length determined earlier, now saved as $lenrecent. In an ideal world, the git gui would limit the number of entries to the maxrecent setting, however the recentrepo

Re: [PATCH v3 4/4] git gui: allow for a long recentrepo list

2015-12-17 Thread Junio C Hamano
Philip Oakley writes: > The gui.recentrepo list may be longer than the maxrecent setting. > Use the actual length determined earlier, now saved as $lenrecent. > > In an ideal world, the git gui would limit the number of entries > to the maxrecent setting, however the recentrepo config list may >

[PATCH v3 4/4] git gui: allow for a long recentrepo list

2015-12-17 Thread Philip Oakley
The gui.recentrepo list may be longer than the maxrecent setting. Use the actual length determined earlier, now saved as $lenrecent. In an ideal world, the git gui would limit the number of entries to the maxrecent setting, however the recentrepo config list may have been extended outside of the g