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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 15B1C1F466 for ; Thu, 30 Jan 2020 21:12:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727629AbgA3VM2 (ORCPT ); Thu, 30 Jan 2020 16:12:28 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:50623 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgA3VM2 (ORCPT ); Thu, 30 Jan 2020 16:12:28 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 1C94EA3A92; Thu, 30 Jan 2020 16:12:26 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=+WqVSr3atNAdDMJGbOEx/UQPnSo=; b=sIQNif lOEKOKKpah956FiM3z6aNIOqCFVFH0Rkun0GYONXY+TUE0FRUqCfgBxiNHvPmHHf /gEn+xRc8YMQjJ/dK4nEUVW00/Od3RODWO3Cv9mL+RLG7zSN7/WVykvMYIHqY7zn kOkSm6bY171YxlM/0zxVh66IjxgEQhWOELYps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=r/pkt+mWCX+3fFfYUd9YwzPoYwh2W9+4 NWxCxWh2fEP1XuXZZGi5jk3RwCNLxov8AWb04BEr3g1BmDU5bl48/41MXT285h/d sypWWJvAyFdmB0o7r5HYMmo/H3NHZbPy4KDfL0IowztfXKgoQscYqk4zOfMTz1aU sDdzIKrQV8U= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 13D2DA3A91; Thu, 30 Jan 2020 16:12:26 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 315AAA3A8F; Thu, 30 Jan 2020 16:12:23 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: Christian Couder , Miriam Rubio , git Subject: Re: [Outreachy][PATCH 00/29] Finish converting git bisect to C part 1 References: <20200120143800.900-1-mirucam@gmail.com> Date: Thu, 30 Jan 2020 13:12:20 -0800 In-Reply-To: (Johannes Schindelin's message of "Thu, 30 Jan 2020 16:12:22 +0100 (CET)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 355D1FA6-43A5-11EA-A6E4-B0405B776F7B-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: > In general, it appears to me that cleanups are much appreciated over here > rather than discouraged. Yup.