git-gui: Correctly categorize tracking branches and heads.
commit9c10deab6ceb15b6b576d9bc77955c24d5baa709
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 22:22:40 +0000 (21 17:22 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:59 +0000 (21 22:47 -0500)
treeadd50faeb5007d6c9a3fab1c001c8e437f441ac9
parent4343434307dca441cd2dade1ece7c0ef5d4a7de2
git-gui: Correctly categorize tracking branches and heads.

Up until now git-gui did not support the new wildcard syntax used to
fetch any remote branch into a tracking branch during 'git fetch'. Now
if we identify a tracking branch as ending with the string '/*' then
we use for-each-ref to print out the reference names which may have
been fetched by that pattern.  We also now correctly filter any
tracking branches out of refs/heads, if they user has placed any there.

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