From: Lukas Sandström Date: Sun, 19 Aug 2007 21:38:57 +0000 (+0200) Subject: Add the word reflog to Documentation/config.txt:core.logAllRefUpdates X-Git-Tag: v1.5.3-rc6~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=14cd56071520c3bb37252c8d0abe81c841465378;p=git.git Add the word reflog to Documentation/config.txt:core.logAllRefUpdates This makes it easier to find out how to enable the reflog for a bare repository by searching the documentation for "reflog". Signed-off-by: Lukas Sandström Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index de9e72b56..46f40ad4c 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -192,7 +192,7 @@ core.worktree:: variable and the '--work-tree' command line option. core.logAllRefUpdates:: - Updates to a ref is logged to the file + Enable the reflog. Updates to a ref is logged to the file "$GIT_DIR/logs/", by appending the new and old SHA1, the date/time and the reason of the update, but only when the file exists. If this configuration