summaryrefslogtreecommitdiff
path: root/mergesort.c
diff options
context:
space:
mode:
authorLibravatar Matthew DeVore <matvore@google.com>2018-08-13 11:14:29 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-08-13 15:17:32 -0700
commit9202489174a110f82867edbac601f12480a4e284 (patch)
treebef393e233dcc48abc2099a888423721105269b7 /mergesort.c
parentlist-objects: store common func args in struct (diff)
downloadtgif-9202489174a110f82867edbac601f12480a4e284.tar.xz
list-objects: refactor to process_tree_contents
This will be used in a follow-up patch to reduce indentation needed when invoking the logic conditionally. i.e. rather than: if (foo) { while (...) { /* this is very indented */ } } we will have: if (foo) process_tree_contents(...); Signed-off-by: Matthew DeVore <matvore@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'mergesort.c')
0 files changed, 0 insertions, 0 deletions