git-gui: Don't complain if no .git/remotes exist.
commitd47ae541cef50f5fbfaec195597cf1cebc2840f5
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 08:00:20 +0000 (7 03:00 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 08:05:34 +0000 (7 03:05 -0500)
tree3378ab2dab8fb1bf021b06544f2148cdc86f22a2
parent07123f4002efdb881f6ce08c5c4411e17e34e141
git-gui: Don't complain if no .git/remotes exist.

The user might be using the new style config syntax remote.name.url
rather than the older standalone remote file.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui