]> git.ipfire.org Git - thirdparty/git.git/commit - cache-tree.h
write-tree --ignore-cache-tree
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2009 18:04:35 +0000 (11:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2009 18:07:07 +0000 (11:07 -0700)
commitd11b8d342529a8fe2164ceb563ad9213902d3533
tree890ca0413eb098ef8cc8222fa0de72ccd66bee4c
parentd00e364de99d51bb76e437820e23cfa820417ec5
write-tree --ignore-cache-tree

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: Junio C Hamano <gitster@pobox.com>
builtin-write-tree.c
cache-tree.c
cache-tree.h