Hi, here is the 4th iteration of my "status delayed" topic. I am sorry for the large delays between iterations. Patch 1 to 3 are minor t0021 test adjustments and haven't been changed since v3. Patch 4 is the new feature. Most significant changes since v3: * removed "delay-id" approach. Delayed blobs are identified by their pathname (suggested by Taylor, the main user of this new API, see http://public-inbox.org/git/20170412173404.GA49694@Ida/ ) * rebased the topic onto master (2.13) * moved "struct delayed_checkout" and "enum ce_delay_state" to convert.h If you review this series then please read the "Delay" section in "Documentation/gitattributes.txt" first for an overview of the delay mechanism. The changes in "t/t0021/rot13-filter.pl" are easier to review if you ignore whitespace changes. Thanks, Lars RFC: http://public-inbox.org/git/D10F7C47-14E8-465B-8B7A-A09A1B28A39F@xxxxxxxxx/ v1: http://public-inbox.org/git/20170108191736.47359-1-larsxschneider@xxxxxxxxx/ v2: http://public-inbox.org/git/20170226184816.30010-1-larsxschneider@xxxxxxxxx/ v3: http://public-inbox.org/git/20170409191107.20547-1-larsxschneider@xxxxxxxxx/ Lars Schneider (4): t0021: keep filter log files on comparison t0021: make debug log file name configurable t0021: write "OUT" only on success convert: add "status=delayed" to filter process protocol Documentation/gitattributes.txt | 65 ++++++++++++- builtin/checkout.c | 3 + cache.h | 6 +- convert.c | 131 ++++++++++++++++++++++---- convert.h | 21 +++++ entry.c | 110 +++++++++++++++++++++- t/t0021-conversion.sh | 136 ++++++++++++++++++++------- t/t0021/rot13-filter.pl | 199 ++++++++++++++++++++++++++-------------- unpack-trees.c | 2 + 9 files changed, 544 insertions(+), 129 deletions(-) base-commit: 10c78a162fa821ee85203165b805ff46be454091 -- 2.13.0