X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=c861c6ce17f79e78e5b0fb6f61a5419d143fd369;hb=e8dff6ba8b12db94b728ff4d0ebf65040de92c37;hp=cd56afd02122d4ae8c33edbb59928b8fe7071b25;hpb=abda1ef590d94a5e15e7ce3b685b5c092a790cfa;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index cd56afd0..c861c6ce 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -70,6 +70,14 @@ core.preferSymlinkRefs:: This is sometimes needed to work with old scripts that expect HEAD to be a symbolic link. +core.logAllRefUpdates:: + If true, `git-update-ref` will append a line to + "$GIT_DIR/logs/" listing the new SHA1 and the date/time + of the update. If the file does not exist it will be + created automatically. This information can be used to + determine what commit was the tip of a branch "2 days ago". + This value is false by default (no logging). + core.repositoryFormatVersion:: Internal variable identifying the repository format and layout version.