• J
    write-tree --ignore-cache-tree · d11b8d34
    Junio C Hamano 提交于
    This allows you to discard the cache-tree information before writing the
    tree out of the index (i.e. it always recomputes the tree object names for
    all the subtrees).
    
    This is only useful as a debug option, so I did not bother documenting it.
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    d11b8d34
cache-tree.c 14.5 KB