Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-01-15 02:10:38 +0300
committerJunio C Hamano <gitster@pobox.com>2008-01-15 03:14:29 +0300
commit11c57e6a9a0f31f970701a673adaa1826f502fa0 (patch)
treea699e3ad06fcac5cebd98e89051fe0201196964a /Makefile
parente87e22d0f22eb262a90e76197465d6cfd9707ea1 (diff)
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 21c80e6bf7..82e9cd6267 100644
--- a/Makefile
+++ b/Makefile
@@ -1187,3 +1187,4 @@ check-docs::
#
check-builtins::
./check-builtins.sh
+