Hello, A little problem is shown in the git-config manual, where the possible locations for the configuration files is to be found. The dot is a special character and hence not visible in the resulting documents. This patch fixes this by adding an additional whitespace. diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 5b794f4..df50a40 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -142,7 +142,7 @@ FILES If not set explicitly with '--file', there are three files where git-config will search for configuration options: -.git/config:: + .git/config:: Repository specific configuration file. (The filename is of course relative to the repository root, not the working directory.) -- Bram Schoenmakers What is mind? No matter. What is matter? Never mind. (Punch, 1855) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html