git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Navigating remote branches in qgit
@ 2007-02-04  7:41 Pavel Roskin
  2007-02-04  9:28 ` Marco Costalba
  2007-02-04 11:00 ` Marco Costalba
  0 siblings, 2 replies; 6+ messages in thread
From: Pavel Roskin @ 2007-02-04  7:41 UTC (permalink / raw)
  To: Marco Costalba; +Cc: git

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-07  8:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-04  7:41 Navigating remote branches in qgit Pavel Roskin
2007-02-04  9:28 ` Marco Costalba
2007-02-04 11:00 ` Marco Costalba
2007-02-05  3:13   ` Pavel Roskin
2007-02-05 17:45     ` Marco Costalba
2007-02-07  8:31       ` Pavel Roskin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).