diff options
| author | Alexander Gavrilov <angavrilov@gmail.com> | 2008-08-23 12:30:00 +0400 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2008-08-24 22:00:01 -0700 |
| commit | a9c80b83d4bb40e0ff696520de3ef2b0f74ff8c6 (patch) | |
| tree | 4aba15fa393a425640fee3f57c99d889a3a9e2b8 /git-gui.sh | |
| parent | e681cb7d6a00b4860c84bf8ca7b8d8dab366c9fc (diff) | |
| download | git-a9c80b83d4bb40e0ff696520de3ef2b0f74ff8c6.tar.gz | |
git-gui: Support starting gitk from Gui Blame
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>
Diffstat (limited to 'git-gui.sh')
| -rwxr-xr-x | git-gui.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-gui.sh b/git-gui.sh index 8ad6567edd..b0207ac36a 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -668,6 +668,7 @@ set default_config(gui.pruneduringfetch) false set default_config(gui.trustmtime) false set default_config(gui.fastcopyblame) false set default_config(gui.copyblamethreshold) 40 +set default_config(gui.blamehistoryctx) 7 set default_config(gui.diffcontext) 5 set default_config(gui.commitmsgwidth) 75 set default_config(gui.newbranchtemplate) {} |
