[PATCH] ls-tree for listing trees
authorPetr Baudis <pasky@ucw.cz>
Wed, 13 Apr 2005 09:02:34 +0000 (02:02 -0700)
committerPetr Baudis <xpasky@machine>
Wed, 13 Apr 2005 09:02:34 +0000 (02:02 -0700)
commit7912c07037cf704394e9bcb7cb24c05ee03aa921
tree69bfdfa541c368a47a86482dfe66e488b152fe3d
parentc57a3a91f1cc0d037e7b7992cbfa6f4213dcf37e
[PATCH] ls-tree for listing trees

ls-tree tool provides just a way to export the binary tree objects
to a usable text format. This is bound to be useful in variety
of scripts, although none of those I have currently uses it.
But e.g. the simple script I've sent to HPA for purging the object
database uses it.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Makefile
ls-tree.c [new file with mode: 0644]