From: Gustaf Hendeby Date: Sun, 31 Aug 2008 16:00:27 +0000 (+0200) Subject: Document clarification: gitmodules, gitattributes X-Git-Tag: v1.6.0.2~35 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e5b5c1d2cf0416b0e597c4b974b0efbd1da54267?ds=inline;hp=--cc Document clarification: gitmodules, gitattributes The SYNOPSIS section of gitattibutes and gitmodule fail to clearly specify the name of the in tree files used. This patch brings in the initial `.' and the fact that the `.gitmodules' file should reside at the top-level of the working tree. Signed-off-by: Gustaf Hendeby Signed-off-by: Junio C Hamano --- e5b5c1d2cf0416b0e597c4b974b0efbd1da54267 diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 1993887937..49a167f241 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -7,7 +7,7 @@ gitattributes - defining attributes per path SYNOPSIS -------- -$GIT_DIR/info/attributes, gitattributes +$GIT_DIR/info/attributes, .gitattributes DESCRIPTION diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index f8d122a8b9..d1a17e2625 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -7,7 +7,7 @@ gitmodules - defining submodule properties SYNOPSIS -------- -gitmodules +$GIT_WORK_DIR/.gitmodules DESCRIPTION