1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-08 18:23:01 +01:00
git/contrib/emacs
Johannes Schindelin b4372ef136 Enable "git rerere" by the config variable rerere.enabled
Earlier, "git rerere" was enabled by creating the directory
.git/rr-cache.  That is definitely not in line with most other
features, which are enabled by a config variable.

So, check the config variable "rerere.enabled". If it is set
to "false" explicitely, do not activate rerere, even if
.git/rr-cache exists. This should help when you want to disable
rerere temporarily.

If "rerere.enabled" is not set at all, fall back to detection
of the directory .git/rr-cache.

[jc: with minimum tweaks]

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2007-07-06 22:39:15 -07:00
..
.gitignore
git-blame.el git-blame.el: pick a set of random colors for each git-blame turn 2007-03-31 23:58:10 -07:00
git.el Enable "git rerere" by the config variable rerere.enabled 2007-07-06 22:39:15 -07:00
Makefile DESTDIR support for git/contrib/emacs 2007-04-05 14:14:55 -07:00
vc-git.el vc-git.el: Take into account the destination name in vc-checkout. 2007-01-26 15:38:27 -08:00