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.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_BLOCKED, 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 74B281F8C2 for ; Tue, 9 Feb 2021 21:44:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233627AbhBIVlA (ORCPT ); Tue, 9 Feb 2021 16:41:00 -0500 Received: from mail-lj1-f178.google.com ([209.85.208.178]:41944 "EHLO mail-lj1-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234091AbhBIUwy (ORCPT ); Tue, 9 Feb 2021 15:52:54 -0500 Received: by mail-lj1-f178.google.com with SMTP id e17so3687009ljl.8 for ; Tue, 09 Feb 2021 12:52:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EN2IUCQ7KpaQRKojACjN6YNv8AYabjSM1ul1O3FpyeY=; b=b/SpBChId8qYs1OlWjs3vUGv78u5SL5Kpr+CMj1hTH1B2fPKEU0iev6IxPqc4WczUf 7Gki7fTnDZVcU8PbCfjxlizE3x1k+OYECBCWgLwceI1r7X/KcdPfDyL5GZ9ZYj4NE+Jx uDtfPFxcuQrMKQRxmIMbWl0a0n9pyUldQcgvdPdhvjHTzMxJoBjAfHiH74aFW/PAsbfz j/gxSBdINKz9it2EgP1qSiNkk7SAM/MtSzg+mfzG7KmqNQApITBvLql8oFS4TduQc0F0 qeUbrahmieR/sX1tDxATZc7TjogpoLBtvkElaYG7r+IGG4lVjMPnLMVFfhYtR+OXw7VP p9SA== X-Gm-Message-State: AOAM532tdincn967OvuVgEs9dI25U4bnc+FEHCba+Mw9OT2gflkWjbj3 44soubj/cvCpFFqoRRqD4b8NeOk94/gQ2wILz3iLRPQymVM= X-Google-Smtp-Source: ABdhPJzl4iZtykuCGfh+u8yftoVjP5TLvJgK70LQ/VAdmJ5aufWOMeQuRpew7JpO4i9dw6BLGWDvPgG/pCLzqeQloCo= X-Received: by 2002:a17:906:3649:: with SMTP id r9mr23288234ejb.202.1612897249210; Tue, 09 Feb 2021 11:00:49 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Eric Sunshine Date: Tue, 9 Feb 2021 14:00:37 -0500 Message-ID: Subject: Re: [PATCH] mailmap: only look for .mailmap in work tree To: Jeff King Cc: Bryan Turner , SURA , Git Users Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Feb 9, 2021 at 12:31 PM Jeff King wrote: > Subject: [PATCH] mailmap: only look for .mailmap in work tree > [...] > Signed-off-by: Jeff King > --- > diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt > @@ -113,6 +113,10 @@ MAPPING AUTHORS > +Note that if `git shortlog` is run outside of a repository (to process > +log contents on stdin), it will look for a `.mailmap` file in the > +current directory. Elsewhere in this same document, techy-jargon "stdin" is spelled out fully as "standard input".