From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 11D311F404 for ; Fri, 30 Mar 2018 19:47:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752490AbeC3Trw (ORCPT ); Fri, 30 Mar 2018 15:47:52 -0400 Received: from cloud.peff.net ([104.130.231.41]:49278 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752314AbeC3Trv (ORCPT ); Fri, 30 Mar 2018 15:47:51 -0400 Received: (qmail 27836 invoked by uid 109); 30 Mar 2018 19:47:51 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Fri, 30 Mar 2018 19:47:51 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 32357 invoked by uid 111); 30 Mar 2018 19:48:50 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.94) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) SMTP; Fri, 30 Mar 2018 15:48:50 -0400 Authentication-Results: peff.net; auth=none Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Fri, 30 Mar 2018 15:47:49 -0400 Date: Fri, 30 Mar 2018 15:47:49 -0400 From: Jeff King To: Junio C Hamano Cc: Duy Nguyen , Git Mailing List Subject: Re: [PATCH v2 2/5] trace.c: export trace_setup_key Message-ID: <20180330194749.GA13537@sigill.intra.peff.net> References: <20180330183425.GA30575@sigill.intra.peff.net> <20180330183459.GB31135@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Mar 30, 2018 at 12:46:26PM -0700, Junio C Hamano wrote: > Jeff King writes: > > > From: Nguyễn Thái Ngọc Duy > > > > This is so that we can print traces based on this key outside trace.c. > > "this key" meaning...? GIT_TRACE_SETUP? I think "based on trace_setup_key". -Peff