| author | Junio C Hamano <gitster@pobox.com> | |
| Wed, 20 May 2009 18:04:35 +0000 (11:04 -0700) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Wed, 20 May 2009 18:07:07 +0000 (11:07 -0700) | ||
| commit | d11b8d342529a8fe2164ceb563ad9213902d3533 | |
| tree | 890ca0413eb098ef8cc8222fa0de72ccd66bee4c | tree | snapshot |
| parent | d00e364de99d51bb76e437820e23cfa820417ec5 | commit | diff |
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>
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 | diff | blob | history | |
| cache-tree.c | diff | blob | history | |
| cache-tree.h | diff | blob | history |