From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F192C48BD6 for ; Thu, 27 Jun 2019 01:57:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0598821670 for ; Thu, 27 Jun 2019 01:57:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="idXEdo1Q" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727096AbfF0B5Z (ORCPT ); Wed, 26 Jun 2019 21:57:25 -0400 Received: from mail-qt1-f194.google.com ([209.85.160.194]:41860 "EHLO mail-qt1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726727AbfF0B5Z (ORCPT ); Wed, 26 Jun 2019 21:57:25 -0400 Received: by mail-qt1-f194.google.com with SMTP id d17so761800qtj.8 for ; Wed, 26 Jun 2019 18:57:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AFpCSIKqUTaSdQa6AjPKq4KCFabDQrXJZuHVpPg7HKo=; b=idXEdo1QwYbytVDpNXkEkdX8/t35kPlei6VsmEBnn+F3/uyYqvdeJVRVLjbFYGkSdW 069R4QjGA0Sgwffj6jPbX28UsZZd20p+1IJes5/RhaupHGcrciou1DWObuic7PP7BUpi 4hSWOHOT+KhmM67ArVA9UZ4pT1eE+BpR+WN6g= 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=AFpCSIKqUTaSdQa6AjPKq4KCFabDQrXJZuHVpPg7HKo=; b=CIFMzAasq+pItIm5ZM/DjhRcHIrjTUDdIMOQuVLi8hlsQPYs2XmphtfPy3OZlXvCXk 5uIvjKJuDnaN22AjBPvdgyNjEvRor6wkHBsFNB7TyREn0FpNZ6Yqs5Gn9qebAmpp45iO 6fBtm653Opzra8MGd52Bv6pDeUSWnUm7AIj5Ccl68YQVWs+B3Id/Hf+VskM9er4NRSaU JtstPll45uMMyuD9cENs1aladK3NQ0kQLoz/ovd5DRuDBDBxAGdluK2p8xNiMthhFH0n cNPz41FS2K/a2Jme6jY3ru6MntgcCRQKjyJegIBzMs/fpaYvnCx+iJguj4LOR7ACpcKS 4rBg== X-Gm-Message-State: APjAAAWsSw0XDmKUEx97DUx7Hp0u+VvVsbF2bdzGmBbxNrj6C9v6p+zY +7+0TtAysFV8nU4COuF4DBThddI235cPO6TBCluLyw== X-Google-Smtp-Source: APXvYqz5LlZK/6rUOBQ3yxentgu5mEv7e7YsHnNE5sl7t3NOP5POPDG3I9WocL0HdlftQm+oMkHKI4t+1AMytFozxak= X-Received: by 2002:ac8:2f66:: with SMTP id k35mr931446qta.174.1561600644176; Wed, 26 Jun 2019 18:57:24 -0700 (PDT) MIME-Version: 1.0 References: <20190626235011.7b449eb0@canb.auug.org.au> <20190627114831.5a13dc0c@canb.auug.org.au> In-Reply-To: <20190627114831.5a13dc0c@canb.auug.org.au> From: Nicolas Boichat Date: Thu, 27 Jun 2019 09:57:13 +0800 Message-ID: Subject: Re: linux-next: Fixes tag needs some work in the pinctrl tree To: Stephen Rothwell Cc: Linus Walleij , Linux Next Mailing List , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Jun 27, 2019 at 9:48 AM Stephen Rothwell wrote: > > Hi Nicolas, > > On Thu, 27 Jun 2019 08:32:34 +0800 Nicolas Boichat wrote: > > > > Ouch, sorry, for some reasons I thought it was 10, not 12... > > It used to be 10, but will slowly grow over time. That's why setting > core.abbrev to "auto" is best (or leaving it unset). I'm not that smart, I count the digits manually ,-( Anyway, TIL `git log --pretty=fixes` and I'll use that in the future, thanks. And my "auto" setting uses 16 digits, it's ok to use longer ids, right? BTW Documentation/process/submitting-patches.rst on linux-next/master still says to hardcode to 12. Thanks, > > -- > Cheers, > Stephen Rothwell