Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757245AbbEVNHe (ORCPT ); Fri, 22 May 2015 09:07:34 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:37850 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757210AbbEVNH3 (ORCPT ); Fri, 22 May 2015 09:07:29 -0400 MIME-Version: 1.0 In-Reply-To: <20150522114957.GF16507@ulmo> References: <20150522020031.GA3516@kroah.com> <20150522100002.GB16507@ulmo> <3661627.JqpS87pBks@wuerfel> <20150522114957.GF16507@ulmo> From: Silvan Jegen Date: Fri, 22 May 2015 15:07:07 +0200 Message-ID: Subject: Re: [PATCH v2 2/3] fbcon: use the cursor blink interval provided by vt To: Thierry Reding Cc: Arnd Bergmann , Greg Kroah-Hartman , Kevin Hilman , Scot Doyle , Tomi Valkeinen , Michael Kerrisk , Jiri Slaby , Jean-Christophe Plagniol-Villard , Pavel Machek , Geert Uytterhoeven , lkml , linux-fbdev@vger.kernel.org, linux-man , linux-api@vger.kernel.org, Tyler Baker , Olof Johansson , Daniel Stone Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1622 Lines: 34 On Fri, May 22, 2015 at 1:49 PM, Thierry Reding wrote: > On Fri, May 22, 2015 at 12:33:42PM +0200, Arnd Bergmann wrote: >> On Friday 22 May 2015 12:00:03 Thierry Reding wrote: >> > >> > > Remember, if I have to hand-edit, or do something special with your >> > > patch, I will not do it, you need to do it correctly to make >> > > maintainer's lives easier, not harder, given that maintainers are the >> > > limited resouce, not developers. >> > >> > I understand. I'll make a mental note to never send you patches as >> > attachment again. >> > >> >> Better make that a general rule. My workflow is different from Greg's >> but also doesn't cope well with attachments. A lot of people in turn >> have problems quoting from an attachment when replying to the patch, >> which happens to work for me. > > Okay. Any hints on how to simplify sending out such patches with the > same list of recipients? I find it very annoying to have to manually > copy each recipient into the git send-email command-line, but I don't > know of a better way to do it. Replying to an email from the MUA will > at least do that automatically. You can write your recipients to the "To:" header of the patch you generated using git format-patch. git send-email will pick all recipients thus specified up automatically. In later iterations you can just copy the "To:" line. -- 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/