(rework) [PATCH 3/4] Accept commit in some places when tree is needed.

2005-04-20 Thread Junio C Hamano
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 [EMAIL PROTECTED] --- ls-tree.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) ls-tree.c:

Re: (rework) [PATCH 3/4] Accept commit in some places when tree is needed.

2005-04-20 Thread Junio C Hamano
JCH == Junio C Hamano [EMAIL PROTECTED] writes: JCH Updates ls-tree.c to use read_tree_with_tree_or_commit_sha1() JCH function. The command can take either tree or commit IDs with JCH this patch. Sorry, but the numbering is wrong this should have been [4/5] not [3/4]. The contents should be

Re: (rework) [PATCH 3/4] Accept commit in some places when tree is needed.

2005-04-20 Thread Linus Torvalds
On Wed, 20 Apr 2005, Junio C Hamano wrote: Sorry, but the numbering is wrong this should have been [4/5] not [3/4]. The contents should be fine, though. Applied and pushed out. Btw, I edited your subject lines to make them be more specific to one particular patch. Linus -