Skip to content

Commit

Permalink
Document clarification: gitmodules, gitattributes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gustaf Hendeby authored and Junio C Hamano committed Aug 31, 2008
1 parent 1707adb commit e5b5c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/gitattributes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gitattributes - defining attributes per path

SYNOPSIS
--------
$GIT_DIR/info/attributes, gitattributes
$GIT_DIR/info/attributes, .gitattributes


DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gitmodules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gitmodules - defining submodule properties

SYNOPSIS
--------
gitmodules
$GIT_WORK_DIR/.gitmodules


DESCRIPTION
Expand Down

0 comments on commit e5b5c1d

Please sign in to comment.