rebase: rename merge_base to branch_base
commita77060218dfae5e8209a0ee131f292b881ce533b
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Mon, 17 Oct 2022 13:17:42 +0000 (17 13:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2022 18:53:03 +0000 (17 11:53 -0700)
tree464395228011d795e74cd8cd241b7563d7ac96b4
parentf21becdd94d17ae792b951cf784898324bedfda5
rebase: rename merge_base to branch_base

merge_base is not a very descriptive name, the variable always holds
the merge-base of 'branch' and 'onto' which is commit at the base of
the branch being rebased so rename it to branch_base.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c