• J
    Add 'ident' conversion. · 3fed15f5
    Junio C Hamano 提交于
    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: NJunio C Hamano <junkio@cox.net>
    3fed15f5
t0021-conversion.sh 761 字节