diff options
author | Jeff Hostetler <jeffhost@microsoft.com> | 2020-12-16 11:50:33 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-18 13:56:40 -0700 |
commit | f59d15bb420b649a6ee3163a3418aac6b813d331 (patch) | |
tree | f10b9442da02b7e21a1969648d067485a6d0fb3b /apply.c | |
parent | convert: add get_stream_filter_ca() variant (diff) | |
download | tgif-f59d15bb420b649a6ee3163a3418aac6b813d331.tar.xz |
convert: add classification for conv_attrs struct
Create `enum conv_attrs_classification` to express the different ways
that attributes are handled for a blob during checkout.
This will be used in a later commit when deciding whether to add a file
to the parallel or delayed queue during checkout. For now, we can also
use it in get_stream_filter_ca() to simplify the function (as the
classifying logic is the same).
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'apply.c')
0 files changed, 0 insertions, 0 deletions