Navigating remote branches in qgit

From: Pavel Roskin <proski@gnu.org>
Date: 2007-02-04 18:41:29
Hello, Marco!

The forthcoming git 1.5 uses a different layout for the remote branches.
git-pull loads updates for all remote branches by default.  However,
most remote branches don't have a local branch corresponding to them.
The refs for remote branches are kept under refs/remotes.

It's easy to select qgit tags and local branches using the popup menu.
However, remote branches cannot be selected like this.

It's a pity, because it makes it hard for users to explore development
on remote branches, even though that information is available locally
and is shown by qgit.

It would be great if qgit added remote branches to the popup menu.  I
think the menu needs some grouping, which would be beneficial for new
users who don't know what is what.  Branches should be under "branches",
remote branches should be under "remotes", grouped by remotes, and tags
should be under "tags".

While at that, we should think how to show refs in a more compact manner
in the revision list.  I think "refs/" can be dropped in any case, since
qgit only scans under refs.  Any rectangle implies "refs/" already.
That's what gitk does.

We probably don't what to show StGIT bases at all, since they are rarely
useful for the users, and they are apparent as the first non-StGIT
commit.

Remote refs should recognized and be shown in a new color.  gitk uses
orange (#ffddaa) on the left and green on the right.  I think qgit
should use orange for the whole rectangle and drop "remotes/" in
addition to "refs/", since the color will imply it.

We may want to consider fancy shapes for the identifiers, like
gitk-style triangular tags for tags, some indicator of remoteness for
remotes and some indicator of "weirdness" for the refs we cannot
interpret specifically.  My concern is users with non-standard color
vision.  If we rely on an increasing number of colors, we should provide
a backup in case the colors cannot be distinguished.

It would be nice to have a refs browser that would show both loaded and
non-loaded refs, but I realize that it's not a quick fix type of change.

Please feel free to ask for help with testing and design of the
weirdness indicator :)

-- 
Regards,
Pavel Roskin


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sun Feb 04 19:11:14 2007

This archive was generated by hypermail 2.1.8 : 2007-02-04 19:15:34 EST