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-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_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 3649C1F66E for ; Mon, 17 Aug 2020 19:37:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732420AbgHQTh3 (ORCPT ); Mon, 17 Aug 2020 15:37:29 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:61952 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732416AbgHQTh1 (ORCPT ); Mon, 17 Aug 2020 15:37:27 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 46653850E2; Mon, 17 Aug 2020 15:37:25 -0400 (EDT) (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=DWPV7+1+WMuJLfH+VswFk8J2zXQ=; b=E2A7At k9Lon3Gql2nuh79dhho5TVuycF7GtP3Gn4lISSWHtxdjZMqE9dXU1mblkbcoQQsZ xktDlWMdJwYdwhJLsxfkvZi+IEvmAz9y9QvmUKxGkVA4VzIzZ9ir8OxdU5f90vg2 SblpfbOP20gSGGpXo491XyiL6Bn+6nIWj/5+U= 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=UwIljXeYIf7wds07USKYisRbCt0U2fD0 8yuHmT04j3A9TeaXQji87R9xtgK7apEMjmL4dAZybsdspXj3TNr0hT5ym03HOUSI REB9OAhwz+gWoIO13hcVh2QBxV91e/6pVA1XU9FU6MnzDtXP1NW88erRerTXcX/j ArsGLNFR1IE= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 3EE5E850E1; Mon, 17 Aug 2020 15:37:25 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.190.152.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id B9225850E0; Mon, 17 Aug 2020 15:37:24 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: "Hariom Verma via GitGitGadget" Cc: git@vger.kernel.org, Hariom Verma Subject: Re: [PATCH v3 0/9] [Resend][GSoC] Improvements to ref-filter References: Date: Mon, 17 Aug 2020 12:37:24 -0700 In-Reply-To: (Hariom Verma via GitGitGadget's message of "Mon, 17 Aug 2020 18:10:13 +0000") 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: 13719CFA-E0C1-11EA-A78D-2F5D23BA3BAF-77302942!pb-smtp2.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "Hariom Verma via GitGitGadget" writes: > This is the first patch series that introduces some improvements and > features to file ref-filter.{c,h}. These changes are useful to ref-filter, > but in near future also will allow us to use ref-filter's logic in pretty.c Overall the series was a pleasant read, except for some places I found small questionable things. Thanks, will queue.