Add test-scrap-cache-tree
commit1aed2fe394f45fed7b97e268cfa11d25c3d8da27
authorThomas Rast <trast@student.ethz.ch>
Tue, 6 Dec 2011 17:43:35 +0000 (6 18:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Dec 2011 22:52:18 +0000 (6 14:52 -0800)
tree3a70f5da08bd125fb73dce73a6847d57b6dfe20f
parent406da7803217998ff6bf5dc69c55b1613556c2f4
Add test-scrap-cache-tree

A simple utility that invalidates all existing cache-tree data.  We
need this for tests.  (We don't need a tool to rebuild the cache-tree
data; git read-tree HEAD works for that.)

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
test-scrap-cache-tree.c [new file with mode: 0644]