X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=e178ee2de1b132223aa369845d3db44af695f5d8;hb=3208ec9abd8e78970aa15ed0396a557140587058;hp=d1a4bec0d472231abdf026cc0743effa3ae72b27;hpb=df71b4f7f9bfc1ab273b9599e014e68d5fe9d144;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index d1a4bec0d..e178ee2de 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.