summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-01-15 00:10:38 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-15 01:14:29 +0100
commit11c57e6a9a0f31f970701a673adaa1826f502fa0 (patch)
treea699e3ad06fcac5cebd98e89051fe0201196964a /Makefile
parentRevert "builtin-commit.c: remove useless check added by faulty cut and paste" (diff)
downloadgit-11c57e6a9a0f31f970701a673adaa1826f502fa0.tar.xz
git-11c57e6a9a0f31f970701a673adaa1826f502fa0.zip
Fix git-rerere documentation
rerere.enabled is _not_ on by default. The command is enabled if rr-cache exists even when rerere.enabled is missing, and enabled or disabled by explicitly setting the rerere.enabled variable.
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21c80e6bf7..82e9cd6267 100644
--- a/Makefile
+++ b/Makefile
@@ -1187,3 +1187,4 @@ check-docs::
#
check-builtins::
./check-builtins.sh
+