Files
git/git-gui/lib
Philip Oakley 3a90e49012 git gui: cope with duplicates in _get_recentrepo
_get_recentrepo will fail if duplicate invalid entries are present
in the recentrepo config list. The previous commit fixed the
'git config' limitations in _unset_recentrepo by unsetting all config
entries, however this code would fail on the second attempt to unset it.

Refactor the code to pre-sort and de-duplicate the recentrepo list to
avoid a potential second unset attempt.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
2017-06-05 13:10:03 +02:00
..
2010-02-07 15:52:28 -08:00
2010-02-07 15:52:28 -08:00
2010-02-07 15:52:28 -08:00
2013-12-09 14:57:00 -08:00