Skip to content
  • Junio C Hamano's avatar
    write-tree --ignore-cache-tree · d11b8d34
    Junio C Hamano authored
    
    
    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: default avatarJunio C Hamano <gitster@pobox.com>
    d11b8d34