summaryrefslogtreecommitdiff
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-08-17 18:41:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-08-19 17:08:03 (GMT)
commitff1bfa2cd5693900a84750dc47cda3cee3cf6ba7 (patch)
tree8007ffb36bb8cec347919b40ac2e1a72f142919d /unpack-trees.c
parent4d7101e25cfd5fba24ddc310f10c3962edba8b4d (diff)
downloadgit-ff1bfa2cd5693900a84750dc47cda3cee3cf6ba7.zip
git-ff1bfa2cd5693900a84750dc47cda3cee3cf6ba7.tar.gz
git-ff1bfa2cd5693900a84750dc47cda3cee3cf6ba7.tar.bz2
merge-recursive: use common name for ancestors/common/base_list
merge_trees(), merge_recursive(), and merge_recursive_generic() in their function headers used four different names for the merge base or list of merge bases they were passed: * 'common' * 'ancestors' * 'ca' * 'base_list' They were able to refer to it four different ways instead of only three by using a different name in the signature for the .c file than the .h file. Change all of these to 'merge_base' or 'merge_bases'. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
0 files changed, 0 insertions, 0 deletions