[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <IA1SPRMB00206461C620511B31BACC3DFC842@IA1SPRMB0020.namprd11.prod.outlook.com>
Date: Fri, 25 Apr 2025 00:40:49 +0000
From: "Luck, Tony" <tony.luck@...el.com>
To: "Gerlach, MatthewH (Altera Corp)" <matthew.gerlach@...era.com>, "Dinh
Nguyen" <dinguyen@...nel.org>, "bp@...en8.de" <bp@...en8.de>,
"james.morse@....com" <james.morse@....com>, "mchehab@...nel.org"
<mchehab@...nel.org>, "rric@...nel.org" <rric@...nel.org>,
"tthayer@...nsource.altera.com" <tthayer@...nsource.altera.com>,
"linux-edac@...r.kernel.org" <linux-edac@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: Niravkumar L Rabara <niravkumar.l.rabara@...era.com>, "stable@...nel.org"
<stable@...nel.org>
Subject: RE: [PATCH v2 1/2] EDAC/altera: fix cut and paste error
>> Please just use a 12-digit HASH...
>
> I cut 'n pasted from git blame. I will use a 12-digit HASH for Fixes:
> tag in v3.
Here's a useful alias I picked up (I think from Boris). My ~/.gitconfig has
these lines:
[core]
abbrev = 12
[alias]
one = show -s --pretty='format:%h (\"%s\")'
So I can type this (with the 13 chars from git blame, or any other SHA1)
$ git one 73bcc942f4271
73bcc942f427 ("EDAC, altera: Add Arria10 EDAC support")
and get the canonical form to reference an earlier commit
in e-mail or git commit messages and tags.
-Tony
Powered by blists - more mailing lists