author | Paul Mackerras <paulus@samba.org> | |
Fri, 23 Mar 2012 11:07:27 +0000 (22:07 +1100) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Fri, 23 Mar 2012 11:07:27 +0000 (22:07 +1100) | ||
commit | 6febdede5acdbab192d955d4e0cd810f3fbee27f | |
tree | e07435d868d5fd0e836bbee0eec04e66c26c4ec4 | tree | snapshot |
parent | 22387f2395217beaa7228cb02966cf7b61b0c346 | commit | diff |
gitk: Add menu items for comparing a commit with the marked commit
Sometimes one wants to see the different between two commits that are
a long distance apart in the graph display. This is difficult to do
with the "Diff this -> selected" and "Diff selected -> this" menu
items because the need to maintain the selection means that one can't
use the find facilities or the reference list window to navigate from
one to the other.
This provides an alternative using the mark. Having found one commit,
one marks it with the "Mark this commit" menu item, then navigates to
the other commit and uses the new "Diff this -> marked commit" and/or
"Diff marked commit -> this" menu items.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Sometimes one wants to see the different between two commits that are
a long distance apart in the graph display. This is difficult to do
with the "Diff this -> selected" and "Diff selected -> this" menu
items because the need to maintain the selection means that one can't
use the find facilities or the reference list window to navigate from
one to the other.
This provides an alternative using the mark. Having found one commit,
one marks it with the "Mark this commit" menu item, then navigates to
the other commit and uses the new "Diff this -> marked commit" and/or
"Diff marked commit -> this" menu items.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | diff | blob | history |