[PATCH] ls-tree enhancements
authorJunio C Hamano <junkio@cox.net>
Fri, 15 Apr 2005 15:37:05 +0000 (08:37 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 15 Apr 2005 15:37:05 +0000 (08:37 -0700)
commitaa1c48df8172f844455cc12f25aa49be8ffdd828
tree0965df45db7cf28dba93b554bdf26b61e8b950f7
parent33deb63a36f523c513cf29598d9c05fe78a23cac
[PATCH] ls-tree enhancements

This adds '-r' (recursive) option and '-z' (NUL terminated)
option to ls-tree.  I need it so that the merge-trees (formerly
known as git-merge.perl) script does not need to create any
temporary dircache while merging.  It used to use show-files on
a temporary dircache to get the list of files in the ancestor
tree, and also used the dircache to store the result of its
automerge.  I probably still need it for the latter reason, but
with this patch not for the former reason anymore.

It is relative to bb95843a5a0f397270819462812735ee29796fb4

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
ls-tree.c