X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=e178ee2de1b132223aa369845d3db44af695f5d8;hb=3208ec9abd8e78970aa15ed0396a557140587058;hp=b27b0d5c068f5e60faaf684397c605a188a241ac;hpb=a77ada62a1f84651f56a63eec9ef138e2c1792b9;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index b27b0d5c0..e178ee2de 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -64,9 +64,19 @@ core.ignoreStat:: slow, such as Microsoft Windows. See gitlink:git-update-index[1]. False by default. -core.onlyUseSymrefs:: - Always use the "symref" format instead of symbolic links for HEAD - and other symbolic reference files. True by default. +core.preferSymlinkRefs:: + Instead of the default "symref" format for HEAD + and other symbolic reference files, use symbolic links. + 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