aboutsummaryrefslogtreecommitdiff
path: root/range-diff.c
diff options
context:
space:
mode:
authorThomas Gummerer <t.gummerer@gmail.com>2019-07-08 17:33:04 +0100
committerJunio C Hamano <gitster@pobox.com>2019-07-09 11:29:02 -0700
commit85c3713df5a48bbc7807fe9710fe8a22e65ea76b (patch)
treeadaecdbd6e85d599fcb74eeed937c1487b1fb864 /range-diff.c
parentd6c88c4fdc1ce189e4abad56f9e3b16d2f831867 (diff)
downloadgit-85c3713df5a48bbc7807fe9710fe8a22e65ea76b.tar.xz
apply: only pass required data to git_header_name
Currently the 'git_header_name()' function takes 'struct apply_state' as parameter, even though it only needs the p_value from that struct. This function is in the callchain of 'parse_git_header()', which we want to make more generally useful in a subsequent commit. To make that happen we only want to pass in the required data to 'parse_git_header()', and not the whole 'struct apply_state', and thus we want functions in the callchain of 'parse_git_header()' to only take arguments they really need. Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'range-diff.c')
0 files changed, 0 insertions, 0 deletions