From: Jake Goulding Date: Mon, 26 Jan 2009 14:13:24 +0000 (-0500) Subject: Make has_commit() non-static X-Git-Tag: v1.6.2-rc0~45^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7fcdb36e29f9a5e779bc9e44cd69f8f69fac9426?hp=7fcdb36e29f9a5e779bc9e44cd69f8f69fac9426 Make has_commit() non-static 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 Signed-off-by: Junio C Hamano ---