summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41d8cf7)
raw | patch | inline | side by side (parent: 41d8cf7)
author | Jan Krüger <jk@jk.gs> | |
Thu, 30 Oct 2008 18:14:33 +0000 (19:14 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 31 Oct 2008 08:07:10 +0000 (01:07 -0700) |
The documentation spoke of the attribute being set "to" a path; this can
mistakenly be interpreted as "the attribute needs to have its value set to
some kind of path". This clarifies things.
Signed-off-by: Jan Krüger <jk@jk.gs>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mistakenly be interpreted as "the attribute needs to have its value set to
some kind of path". This clarifies things.
Signed-off-by: Jan Krüger <jk@jk.gs>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt | patch | blob | history |
index 53da9b4f6ba34b03768d77158c19d53e44681809..42776f089b55989200f58cf1e968a11cbbd93900 100644 (file)
`ident`
^^^^^^^
-When the attribute `ident` is set to a path, git replaces
-`$Id$` in the blob object with `$Id:`, followed by
+When the attribute `ident` is set for a path, git replaces
+`$Id$` in the blob object with `$Id:`, followed by the
40-character hexadecimal blob object name, followed by a dollar
sign `$` upon checkout. Any byte sequence that begins with
`$Id:` and ends with `$` in the worktree file is replaced