author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 22:22:40 +0000 (17:22 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 22 Jan 2007 03:47:59 +0000 (22:47 -0500) | ||
commit | 9c10deab6ceb15b6b576d9bc77955c24d5baa709 | |
tree | add50faeb5007d6c9a3fab1c001c8e437f441ac9 | tree | snapshot |
parent | 4343434307dca441cd2dade1ece7c0ef5d4a7de2 | commit | diff |
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>
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 | diff | blob | history |