Add 'ident' conversion.
commit3fed15f568c24ec00ef78fddc6cbb881fbbb0277
authorJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 02:09:02 +0000 (21 19:09 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 25 Apr 2007 05:38:51 +0000 (24 22:38 -0700)
treeae1ea1d4895be89d90d8e801a717ca569e363ac0
parentda94faf671c6b7c4db1ae07137bd93e31e232b4c
Add 'ident' conversion.

The 'ident' attribute set to path squashes "$ident:<any bytes
except dollor sign>$" to "$ident$" upon checkin, and expands it
to "$ident: <blob SHA-1> $" upon checkout.

As we have two conversions that affect checkin/checkout paths,
clarify how they interact with each other.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/gitattributes.txt
convert.c
t/t0021-conversion.sh [new file with mode: 0755]