From: Junio C Hamano Date: Fri, 14 Sep 2007 21:51:08 +0000 (-0700) Subject: Documentation/git-config.txt: AsciiDoc tweak to avoid leading dot X-Git-Tag: v1.5.3.2~18 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7c8b5eaf225db0b6b502126fc16f8f6814c38d24;p=git.git Documentation/git-config.txt: AsciiDoc tweak to avoid leading dot Bram Schoenmakers noticed that git-config document was formatted incorrectly. Depending on the version of AsciiDoc and docbook toolchain, it is sometimes taken as a numbered example by AsciiDoc, some other times passed intact to roff format to confuse "man". Since we refer to the repository metadata directory as $GIT_DIR elsewhere, work it around by using that symbolic name. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 5b794f439..a592b61e2 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_DIR/config:: Repository specific configuration file. (The filename is of course relative to the repository root, not the working directory.)