commit | 3fed15f568c24ec00ef78fddc6cbb881fbbb0277 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Apr 21 19:09:02 2007 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Tue Apr 24 22:38:51 2007 -0700 |
tree | ae1ea1d4895be89d90d8e801a717ca569e363ac0 | |
parent | da94faf671c6b7c4db1ae07137bd93e31e232b4c [diff] |
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>