diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-15 00:10:38 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-15 01:14:29 +0100 |
commit | 11c57e6a9a0f31f970701a673adaa1826f502fa0 (patch) | |
tree | a699e3ad06fcac5cebd98e89051fe0201196964a /Makefile | |
parent | Revert "builtin-commit.c: remove useless check added by faulty cut and paste" (diff) | |
download | git-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1187,3 +1187,4 @@ check-docs:: # check-builtins:: ./check-builtins.sh + |