author | Paul Mackerras <paulus@samba.org> | |
Wed, 8 Apr 2009 23:34:46 +0000 (09:34 +1000) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Wed, 8 Apr 2009 23:34:46 +0000 (09:34 +1000) | ||
commit | b9fdba7ff87d2e032df00508d06e586c17ea8216 | |
tree | c4528c85ba3289f7539738b7176e1c222c87b07d | tree | snapshot |
parent | 5fdcbb13904e6447cad9611b9c75943bbbcc7db4 | commit | diff |
gitk: Add a way to mark a commit, plus a "find descendant" command
This adds a context-menu command to put a mark on this commit. There
is at most one marked commit at any time, and it is indicated by a box
drawn around the headline. Once a commit is marked, two other
context-menu commands become available: one to select the marked commit,
and another to find the closest common descendant of this commit and
the marked commit.
The "find common descendant" command uses the displayed parent/child
relationships (i.e. the rewritten parent pointers produced by git log),
not the real parent/child relationships. Currently the UI will be
unresponsive while gitk is working out the nearest common descendant;
this should be improved in future.
Signed-off-by: Paul Mackerras <paulus@samba.org>
This adds a context-menu command to put a mark on this commit. There
is at most one marked commit at any time, and it is indicated by a box
drawn around the headline. Once a commit is marked, two other
context-menu commands become available: one to select the marked commit,
and another to find the closest common descendant of this commit and
the marked commit.
The "find common descendant" command uses the displayed parent/child
relationships (i.e. the rewritten parent pointers produced by git log),
not the real parent/child relationships. Currently the UI will be
unresponsive while gitk is working out the nearest common descendant;
this should be improved in future.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | diff | blob | history |