git-gui: Support starting gitk from Gui Blame
authorAlexander Gavrilov <angavrilov@gmail.com>
Sat, 23 Aug 2008 08:30:00 +0000 (12:30 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 25 Aug 2008 05:00:01 +0000 (22:00 -0700)
Add a context menu command to load commits
that are within a certain time range from the
selected commit into gitk.

It can be useful for understanding of the code,
especially if the repository is imported from
a VCS that does not support atomic commits.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found