summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Krüger <jk@jk.gs>2008-10-30 18:14:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-10-31 08:07:10 (GMT)
commit2c850f1221efd2441c3794e163ea3918ce31c15b (patch)
treeaa05b16eed1df701b7e52f4b6da6310e5c965858
parent41d8cf7d7fd79fe1fd00b04052c49bffaedfd309 (diff)
downloadgit-2c850f1221efd2441c3794e163ea3918ce31c15b.zip
git-2c850f1221efd2441c3794e163ea3918ce31c15b.tar.gz
git-2c850f1221efd2441c3794e163ea3918ce31c15b.tar.bz2
Documentation: clarify information about 'ident' attribute
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>
-rw-r--r--Documentation/gitattributes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 53da9b4..42776f0 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -163,8 +163,8 @@ few exceptions. Even though...
`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