summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1707adb)
raw | patch | inline | side by side (parent: 1707adb)
author | Gustaf Hendeby <hendeby@isy.liu.se> | |
Sun, 31 Aug 2008 16:00:27 +0000 (18:00 +0200) | ||
committer | Junio 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>
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 | patch | blob | history | |
Documentation/gitmodules.txt | patch | blob | history |
index 19938879376b635feeb6477e73e1e3e1e821d9cb..49a167f241f0832e62fb905390715e45ef5be3c4 100644 (file)
SYNOPSIS
--------
-$GIT_DIR/info/attributes, gitattributes
+$GIT_DIR/info/attributes, .gitattributes
DESCRIPTION
index f8d122a8b90ca7cb4920768ca23fd9a27574ffdf..d1a17e2625890245341a2099cc2b058e63564da2 100644 (file)
SYNOPSIS
--------
-gitmodules
+$GIT_WORK_DIR/.gitmodules
DESCRIPTION