Re: [PATCH v1 1/4] git-gui: remove duplicate entries from .gitconfig's gui.recentrepo

2015-12-16 Thread Eric Sunshine
On Wed, Dec 16, 2015 at 6:41 PM, Philip Oakley wrote: > From: "Eric Sunshine" >> On Monday, December 14, 2015, Philip Oakley wrote: >>> The git gui's recent repo list may become contaminated with duplicate >>> entries. The git gui would barf when attempting to remove one entry. >>> Remove them a

Re: [PATCH v1 1/4] git-gui: remove duplicate entries from .gitconfig's gui.recentrepo

2015-12-16 Thread Philip Oakley
From: "Eric Sunshine" On Monday, December 14, 2015, Philip Oakley wrote: The git gui's recent repo list may become contaminated with duplicate entries. The git gui would barf when attempting to remove one entry. Remove them all - there is no option within 'git config' to selectively remove one

Re: [PATCH v1 1/4] git-gui: remove duplicate entries from .gitconfig's gui.recentrepo

2015-12-14 Thread Eric Sunshine
On Monday, December 14, 2015, Philip Oakley wrote: > The git gui's recent repo list may become contaminated with duplicate > entries. The git gui would barf when attempting to remove one entry. > Remove them all - there is no option within 'git config' to selectively > remove one of the entries. >

[PATCH v1 1/4] git-gui: remove duplicate entries from .gitconfig's gui.recentrepo

2015-12-14 Thread Philip Oakley
The git gui's recent repo list may become contaminated with duplicate entries. The git gui would barf when attempting to remove one entry. Remove them all - there is no option within 'git config' to selectively remove one of the entries. This issue was reported on the 'Git User' list (https://grou