From: Junio C Hamano Date: Tue, 20 Dec 2005 00:16:49 +0000 (-0800) Subject: rev-list --objects: fix object list without commit. X-Git-Tag: v1.0.0^2~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ef1cc2cc216b37c33f1f5d68e770404c435fe1f3?ds=inline;hp=ef1cc2cc216b37c33f1f5d68e770404c435fe1f3 rev-list --objects: fix object list without commit. Earlier, "rev-list --objects " for an object chain that does not have any commit failed with a usage message. This fixes "send-pack remote $tag" where tag points at a non-commit (e.g. a blob). Signed-off-by: Junio C Hamano ---