Christian Stimming writes:
Attached to avoid whitespace problems. This patch is against master of
gitk.git at git.kernel.org.
Thanks.
By the way, the following two keybinding explanations seem ambiguous to me:
quoted
<Home> Move to first commit
<End> Move to last commit
What happens is that <home> jumps to the newest commit and <end> jumps to the
oldest commit. Whether the "first" commit should be the newest or the oldest
is, well, somewhat ambiguous. I'd propose to talk about the newest or topmost
commit, but rather not about the "first".
Well, the commits aren't in date order, strictly speaking, and the
last commit isn't necessarily the oldest (though the first commit will
in fact be the newest). How about:
<Home> Move to head of list
<End> Move to tail of list
Would that be any clearer?
Paul.