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>
This commit is contained in:
parent
41d8cf7d7f
commit
2c850f1221
@ -163,8 +163,8 @@ few exceptions. Even though...
|
|||||||
`ident`
|
`ident`
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
||||||
When the attribute `ident` is set to a path, git replaces
|
When the attribute `ident` is set for a path, git replaces
|
||||||
`$Id$` in the blob object with `$Id:`, followed by
|
`$Id$` in the blob object with `$Id:`, followed by the
|
||||||
40-character hexadecimal blob object name, followed by a dollar
|
40-character hexadecimal blob object name, followed by a dollar
|
||||||
sign `$` upon checkout. Any byte sequence that begins with
|
sign `$` upon checkout. Any byte sequence that begins with
|
||||||
`$Id:` and ends with `$` in the worktree file is replaced
|
`$Id:` and ends with `$` in the worktree file is replaced
|
||||||
|
Loading…
Reference in New Issue
Block a user