diff options
author | Elijah Newren <newren@gmail.com> | 2018-09-19 09:14:33 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-20 12:33:57 -0700 |
commit | 0270a07ad0b22734920fb92f58052b213c2f9bc8 (patch) | |
tree | 3459e963149bf36eee78b835d2381d791e99a9fe /t/t4013/diff.format-patch_--attach_--stdout_initial..master | |
parent | merge-recursive: avoid wrapper function when unnecessary and wasteful (diff) | |
download | tgif-0270a07ad0b22734920fb92f58052b213c2f9bc8.tar.xz |
merge-recursive: remove final remaining caller of merge_file_one()
The function names merge_file_one() and merge_file_1() aren't
particularly intuitive function names, especially since there is no
associated merge_file() function that these are related to. The
previous commit showed that merge_file_one() was prone to be called when
merge_file_1() should be, and since it is just a thin wrapper around
merge_file_1() anyway and only has one caller left, let's just remove
merge_file_one() entirely.
(It also turns out that the one remaining caller of merge_file_one()
has very broken code that needs to be completely rewritten, but that's
the subject of a future patch series; for now, we're just translating
it into a merge_file_1() call.)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.format-patch_--attach_--stdout_initial..master')
0 files changed, 0 insertions, 0 deletions