[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#23156: 24.5; Allow vc-git annotate command options to be altered eas
From: |
Óscar Fuentes |
Subject: |
bug#23156: 24.5; Allow vc-git annotate command options to be altered easily |
Date: |
Wed, 30 Mar 2016 01:49:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) |
Dave Rolsky <autarch@urth.org> writes:
> It'd be nice to be able to easily alter the options passed to "git
> annotate".
>
> The default value of "-C -C" makes this incredibly slow in large code
> bases with many files.
The upcoming version 25 of Emacs has `vc-git-annotate-switches':
(defcustom vc-git-annotate-switches nil
"String or list of strings specifying switches for Git blame under VC.
If nil, use the value of `vc-annotate-switches'. If t, use no switches."
The "-C -C" option is also gone.
Is this good enough?