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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 553EB1F5AE for ; Wed, 9 Jun 2021 00:21:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231165AbhFIAXE (ORCPT ); Tue, 8 Jun 2021 20:23:04 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:50721 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230205AbhFIAXE (ORCPT ); Tue, 8 Jun 2021 20:23:04 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 86D21BA108; Tue, 8 Jun 2021 20:21:10 -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:content-transfer-encoding; s=sasl; bh=ZgEgRQvgqlLd F/cFrxUeZx2f6ifZxmzG/0E2AKnME5c=; b=d3NuoAE+/+PU03060Nhg9KfM636a J3W1kX5ctQDKafrJLmApnnxu0hdIPuSuRmYwcLrgDpy+Jokgx3FZ46UAm8lEnyRV VK69LxVweNa5w7s55beccn6R0vjiLKZNxWnBtsPCmau1y3I1irtLfC/sEm/1Zb+f hV4Hvfm4tqdl+D0= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 7E551BA107; Tue, 8 Jun 2021 20:21:10 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.196.172.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 10644BA106; Tue, 8 Jun 2021 20:21:10 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?TMOpbmHDr2M=?= Huard Cc: git@vger.kernel.org, Derrick Stolee , Eric Sunshine , =?utf-8?B?xJBvw6BuIFRy4bqnbiBDw7Ru?= =?utf-8?B?Zw==?= Danh , Felipe Contreras , Phillip Wood , Martin =?utf-8?Q?=C3=85gren?= , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Bagas Sanjaya , "brian m . carlson" , Johannes Schindelin Subject: Re: [PATCH v5 0/3] add support for systemd timers on Linux References: <20210524071538.46862-1-lenaic@lhuard.fr> <20210608134000.663398-1-lenaic@lhuard.fr> Date: Wed, 09 Jun 2021 09:21:09 +0900 In-Reply-To: <20210608134000.663398-1-lenaic@lhuard.fr> (=?utf-8?B?Ikw=?= =?utf-8?B?w6luYcOvYw==?= Huard"'s message of "Tue, 8 Jun 2021 15:39:57 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 972E3578-C8B8-11EB-A95B-8B3BC6D8090B-77302942!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org L=C3=A9na=C3=AFc Huard writes: > Hello, > > I=E2=80=99ve reworked this submission based on the valuable feedback I=E2= =80=99ve received. > Thanks again for it! > > The patchset contains now the following patches: > ... A summary very well written. I wish all the cover letters were written like this one. > I hope I=E2=80=99ve addressed all your valuable feedback. Do not hesita= te to > let me know if I=E2=80=99ve forgotten anything. > > L=C3=A9na=C3=AFc Huard (3): > cache.h: Introduce a generic "xdg_config_home_for(=E2=80=A6)" functio= n > maintenance: `git maintenance run` learned `--scheduler=3D= ` > maintenance: add support for systemd timers on Linux Thanks.