Code

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)
commit51e7e568c0a7854b2f93b86d6085695ce80053cc
tree1563c55fd5b420c5e2b9774a3988585dca0fe28f
parent557afe820baccb21206c974fbd4afa65bd7f1e03
git-gui: Show all fetched branches for remote pulls.

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>
git-gui