checkout: name check_linked_checkouts() more meaningfully
commite13d37094e3b2ceb51dab362b8e2e1ad9e4bb758
authorEric Sunshine <sunshine@sunshineco.com>
Fri, 17 Jul 2015 22:59:57 +0000 (17 18:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2015 18:29:24 +0000 (20 11:29 -0700)
tree303b513fed860c9066092b3178ad0419e713c274
parentc265c533cfbced87d56ad6d3d4ae3d62475c29ce
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 <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c