Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752617AbbGIHHW (ORCPT ); Thu, 9 Jul 2015 03:07:22 -0400 Received: from ozlabs.org ([103.22.144.67]:35786 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750890AbbGIHHQ (ORCPT ); Thu, 9 Jul 2015 03:07:16 -0400 Message-ID: <1436425635.21344.2.camel@ellerman.id.au> Subject: Re: [PATCH v2] powerpc/powernv: Fix race in updating core_idle_state From: Michael Ellerman To: Daniel Axtens Cc: "Shreyas B. Prabhu" , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Thu, 09 Jul 2015 17:07:15 +1000 In-Reply-To: <1436416901.28537.11.camel@axtens.net> References: <1436213363-18419-1-git-send-email-shreyas@linux.vnet.ibm.com> <1436228558.3341.1.camel@ellerman.id.au> <1436416901.28537.11.camel@axtens.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 28 On Thu, 2015-07-09 at 14:41 +1000, Daniel Axtens wrote: > > I recommend creating an alias or script that does: > > > > $ git log --pretty=fixes -n 1 $commit | xclip > > > > FWIW, having finally got around to doing this, I found I first needed > the following snippet in ~/.gitconfig from > https://www.kernel.org/doc/Documentation/SubmittingPatches > > > [core] > abbrev = 12 > [pretty] > fixes = Fixes: %h (\"%s\") > > Otherwise git doesn't know what the pretty format is. Oh right, yeah. Doesn't everyone have my dotfiles!? cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/