From: Eric Sunshine Date: Fri, 17 Jul 2015 22:59:57 +0000 (-0400) Subject: checkout: name check_linked_checkouts() more meaningfully X-Git-Tag: v2.12.0~2^2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e13d37094e3b2ceb51dab362b8e2e1ad9e4bb758?ds=inline;hp=e13d37094e3b2ceb51dab362b8e2e1ad9e4bb758 checkout: name check_linked_checkouts() more meaningfully check_linked_checkouts() doesn't just "check" linked checkouts for "something"; specifically, it aborts the operation if the branch about to be checked out is already checked out elsewhere. Therefore, rename it to die_if_checked_out() to give a better indication of its function. The more meaningful name will be particularly important when this function is later published for use by other callers. Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano ---