diff options
author | Alexander Gavrilov <angavrilov@gmail.com> | 2008-07-17 00:43:48 +0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-07-16 22:09:28 -0400 |
commit | 57cae87b77c93e8bdfd11293f11f140ff827269a (patch) | |
tree | c43ab54c9fe9a834f72841b63539955a2a81011d /lib/option.tcl | |
parent | fbc0e7ac1479b4262f6090098a4f68c3438aa94b (diff) | |
download | git-57cae87b77c93e8bdfd11293f11f140ff827269a.tar.gz |
Add options to control the search for copies in blame.
On huge repositories, -C -C can be way too slow to be
unconditionally enabled, and it can also be useful to control
its precision.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/option.tcl')
-rw-r--r-- | lib/option.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/option.tcl b/lib/option.tcl index 9270512582..ffb3f00ff0 100644 --- a/lib/option.tcl +++ b/lib/option.tcl @@ -123,6 +123,8 @@ proc do_options {} { {b gui.trustmtime {mc "Trust File Modification Timestamps"}} {b gui.pruneduringfetch {mc "Prune Tracking Branches During Fetch"}} {b gui.matchtrackingbranch {mc "Match Tracking Branches"}} + {b gui.fastcopyblame {mc "Blame Copy Only On Changed Files"}} + {i-20..200 gui.copyblamethreshold {mc "Minimum Letters To Blame Copy On"}} {i-0..99 gui.diffcontext {mc "Number of Diff Context Lines"}} {i-0..99 gui.commitmsgwidth {mc "Commit Message Text Width"}} {t gui.newbranchtemplate {mc "New Branch Name Template"}} |