git-gui: Show all fetched branches for remote pulls.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 13 Dec 2006 03:44:38 +0000 (22:44 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:16 +0000 (02:54 -0500)
Loop through every remote.<name>.fetch entry and add it as a valid
option in the Pull menu. This way users can pull any remote branch
that they track, without needing to leave the gui. Its a rather crude
work around for not having a full merge interface.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found