author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 18 Jul 2007 05:39:27 +0000 (01:39 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 18 Jul 2007 05:39:27 +0000 (01:39 -0400) | ||
commit | 8e891facbef4b0196e51fe2065602175f28508c3 | |
tree | bbf4ddd2fd91464e10f5e0d368a274880875fa8a | tree | snapshot |
parent | 85d2d59760e5de7f288109cb278eb91da0d5f9bf | commit | diff |
git-gui: Allow users to browse any branch, not just the current one
We now allow users to pick which commit they want to browse through
our revision picking mega-widget. This opens up in a dialog first,
and then opens a tree browser for that selected commit. It is a very
simple approach and requires minimal code changes.
I also clarified the language a bit in the Repository menu, to show
that these actions will access files. Just in case a user is not
quite sure what specific action they are looking for, but they know
they want some sort of file thing.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
We now allow users to pick which commit they want to browse through
our revision picking mega-widget. This opens up in a dialog first,
and then opens a tree browser for that selected commit. It is a very
simple approach and requires minimal code changes.
I also clarified the language a bit in the Repository menu, to show
that these actions will access files. Just in case a user is not
quite sure what specific action they are looking for, but they know
they want some sort of file thing.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history | |
lib/browser.tcl | diff | blob | history |