Code

git-gui: Automatically skip tracking branches in branch menu.
authorShawn O. Pearce <spearce@spearce.org>
Sat, 25 Nov 2006 08:33:03 +0000 (03:33 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 25 Nov 2006 08:33:03 +0000 (03:33 -0500)
commit359ca42a4b9288421d2f0409652f76e9a365b801
tree46a259fc9d6114b4aa25228114a744e1af9179b0
parent2171bf4b44884fd75bc5c1c412a39c2d4e645453
git-gui: Automatically skip tracking branches in branch menu.

Since the user should not work on a tracking branch we automatically
hide any branch which is used as a tracking branch by either a
remote.<name>.fetch config entry or by a Pull: line in a remotes file.

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