[PATCH] Teach ls-tree about commit objects
authorJunio C Hamano <junkio@cox.net>
Thu, 21 Apr 2005 01:06:50 +0000 (18:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 21 Apr 2005 01:06:50 +0000 (18:06 -0700)
Updates ls-tree.c to use read_tree_with_tree_or_commit_sha1()
function. The command can take either tree or commit IDs with
this patch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found