Make has_commit() non-static
authorJake Goulding <goulding@vivisimo.com>
Mon, 26 Jan 2009 14:13:24 +0000 (09:13 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jan 2009 19:33:03 +0000 (11:33 -0800)
Move has_commit() from branch to a common location, in preparation for
using it in "git-tag". Rename it to is_descendant_of() to make it more
unique and descriptive.

Signed-off-by: Jake Goulding <goulding@vivisimo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found