Merge branch 'mt/parallel-checkout-part-1'
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2021 21:43:14 +0000 (14:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2021 21:43:14 +0000 (14:43 -0700)
commitc47679d0405f134703fcae0f8f0b7ef82ecf96d5
tree2de6886f318b23dbbbfe9d3a68f6d6e6d66ee425
parenta65ce7f831aa5fcc596c6d23fcde543d98b39bd7
parentae22751f9b4bbbebcd0366a48a118b5a575af72d
Merge branch 'mt/parallel-checkout-part-1'

Preparatory API changes for parallel checkout.

* mt/parallel-checkout-part-1:
  entry: add checkout_entry_ca() taking preloaded conv_attrs
  entry: move conv_attrs lookup up to checkout_entry()
  entry: extract update_ce_after_write() from write_entry()
  entry: make fstat_output() and read_blob_entry() public
  entry: extract a header file for entry.c functions
  convert: add classification for conv_attrs struct
  convert: add get_stream_filter_ca() variant
  convert: add [async_]convert_to_working_tree_ca() variants
  convert: make convert_attrs() and convert structs public
apply.c
builtin/checkout.c
builtin/stash.c
cache.h
convert.c
entry.c
unpack-trees.c