diff options
author | Matthew DeVore <matvore@google.com> | 2018-08-13 11:14:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-13 15:17:32 -0700 |
commit | 9202489174a110f82867edbac601f12480a4e284 (patch) | |
tree | bef393e233dcc48abc2099a888423721105269b7 /chdir-notify.h | |
parent | list-objects: store common func args in struct (diff) | |
download | tgif-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 'chdir-notify.h')
0 files changed, 0 insertions, 0 deletions