]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: Jump to the first annotation block as soon as its available.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 03:41:51 +0000 (22:41 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 03:41:51 +0000 (22:41 -0500)
commit1351ba13e599ef80bbfd9f9ef4ff22117418f030
tree1ebc494093c4b20b022a38e992e8f0a7c7eaa92c
parent6910ae80d0e84f03151473ee55055c46b5480ec5
git-gui: Jump to the first annotation block as soon as its available.

To help clue users into the fact that annotation data arrives
incrementally, and that they should try to locate the region
they want while the tool is running, we jump to the first line
of the first annotation if the user has not already clicked on
a line they are interested in and if the window is still looking
at the very top of the file.

Since it takes a second (at least on my PowerBook) to even generate
the first annotation for git-gui.sh, the user should have plenty of
time to adjust the scrollbar or click on a line even before we get
that first annotation record in, which allows the user to bypass
our automatic jumping.

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