Add per-repository eol normalization
[gitweb.git] / Documentation / config.txt
index 4c36aa95b7d3fc0d456d42bbdfdf5a118931094b..c6cc7abe3e500efa3477afaccfe398479f7cfa56 100644 (file)
@@ -203,8 +203,8 @@ core.autocrlf::
        based on the file's contents.  See linkgit:gitattributes[5].
 
 core.safecrlf::
-       If true, makes git check if converting `CRLF` as controlled by
-       `core.autocrlf` is reversible.  Git will verify if a command
+       If true, makes git check if converting `CRLF` is reversible when
+       end-of-line conversion is active.  Git will verify if a command
        modifies a file in the work tree either directly or indirectly.
        For example, committing a file followed by checking out the
        same file should yield the original file in the work tree.  If