Code

Document clarification: gitmodules, gitattributes
authorGustaf Hendeby <hendeby@isy.liu.se>
Sun, 31 Aug 2008 16:00:27 +0000 (18:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 23:31:58 +0000 (16:31 -0700)
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 <hendeby@isy.liu.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt
Documentation/gitmodules.txt

index 19938879376b635feeb6477e73e1e3e1e821d9cb..49a167f241f0832e62fb905390715e45ef5be3c4 100644 (file)
@@ -7,7 +7,7 @@ gitattributes - defining attributes per path
 
 SYNOPSIS
 --------
-$GIT_DIR/info/attributes, gitattributes
+$GIT_DIR/info/attributes, .gitattributes
 
 
 DESCRIPTION
index f8d122a8b90ca7cb4920768ca23fd9a27574ffdf..d1a17e2625890245341a2099cc2b058e63564da2 100644 (file)
@@ -7,7 +7,7 @@ gitmodules - defining submodule properties
 
 SYNOPSIS
 --------
-gitmodules
+$GIT_WORK_DIR/.gitmodules
 
 
 DESCRIPTION