From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id B27F51F8C4 for ; Wed, 23 Mar 2022 18:28:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245754AbiCWS3u (ORCPT ); Wed, 23 Mar 2022 14:29:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231986AbiCWS3s (ORCPT ); Wed, 23 Mar 2022 14:29:48 -0400 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 360551277A for ; Wed, 23 Mar 2022 11:28:17 -0700 (PDT) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 84D0217969D; Wed, 23 Mar 2022 14:28:17 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=nJe0jzgBYRcqI5ntTPqmjFkVMGtEiQgRvfPNDx qhvtA=; b=Mxh/NyClwQk4kll3x9FXPCLlhIraEM9MGiTZTndMV4mfohQv4p0AK0 bJoZo6tiMZQeDXKxOXOjWZ/h9IDdJ5NlyjyJhl1oDa75DIoE+7FX6xlcuFk/LWOM I5BsWY3oO90T/I1KU4JdtIh22J2pdFEOvFvz9qazBtW5ogqcUoXj8= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 7D9AD17969C; Wed, 23 Mar 2022 14:28:17 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.227.145.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id E55C017969A; Wed, 23 Mar 2022 14:28:14 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Jeff Hostetler Cc: git@vger.kernel.org Subject: Re: What's cooking in git.git (Mar 2022, #04; Thu, 17) References: Date: Wed, 23 Mar 2022 11:28:14 -0700 In-Reply-To: (Jeff Hostetler's message of "Tue, 22 Mar 2022 14:24:57 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 00C96560-AAD7-11EC-BB32-CBA7845BAAA9-77302942!pb-smtp21.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jeff Hostetler writes: > On 3/17/22 7:34 AM, Junio C Hamano wrote: >> * jh/builtin-fsmonitor-part-2plus (2022-03-13) 16 commits >> - fsmonitor-settings: simplify initialization of settings data >> - fsmonitor--daemon: add _() to calls to error() >> - fsmonitor--daemon: add _() to calls to die() >> - compat/fsmonitor/fsm-listen-win32: add _() to calls to error() >> - compat/fsmonitor/fsm-listen-darwin: add _() to calls to error() >> - fsmonitor-ipc: add _() to calls to die() >> - t7527: delete unused verify_status() function >> - t7527: fix && chaining in matrix_try() >> - t7527: add parameters to start_daemon to handle args and subshell >> - t/perf/p7519: cleanup coding style >> - t/perf/p7519: use grep rather than egrep in test >> - fsmonitor--daemon: refactor cookie handling for readability >> - t/helper/fsmonitor-client: cleanup call to parse_options() >> - compat/fsmonitor/fsm-listen-darwin: split out GCC-specific declarations >> - update-index: convert advise() messages back to warning() >> - t/test-lib: avoid using git on LHS of pipe >> (this branch uses jh/builtin-fsmonitor-part2.) >> Various small fixes and cleanups on part-2 of the same topic. >> Needs review. >> source: > > I have squashed this into part 2 V7, so this series can be > discarded. Thanks (and sorry for the mess). Will take a (hopefully final) look, and ... >> * jh/builtin-fsmonitor-part3 (2022-03-09) 28 commits >> ... >> . Merge branch 'jh/builtin-fsmonitor-part2' into jh/builtin-fsmonitor-part3 >> (this branch uses jh/builtin-fsmonitor-part2.) >> More fsmonitor--daemon. >> source: > > I just sent a V3 of part 3 that builds upon V7 of part 2. > The fixups from part 2.5 have been squashed in. ... queue the updated one on top. Thanks.