aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-01-14 15:10:38 -0800
committerJunio C Hamano <gitster@pobox.com>2008-01-14 16:14:29 -0800
commit11c57e6a9a0f31f970701a673adaa1826f502fa0 (patch)
treea699e3ad06fcac5cebd98e89051fe0201196964a /Makefile
parente87e22d0f22eb262a90e76197465d6cfd9707ea1 (diff)
downloadgit-11c57e6a9a0f31f970701a673adaa1826f502fa0.tar.gz
git-11c57e6a9a0f31f970701a673adaa1826f502fa0.tar.xz
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21c80e6bf..82e9cd626 100644
--- a/Makefile
+++ b/Makefile
@@ -1187,3 +1187,4 @@ check-docs::
#
check-builtins::
./check-builtins.sh
+