From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261673AbVFFUSq (ORCPT ); Mon, 6 Jun 2005 16:18:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261503AbVFFUQl (ORCPT ); Mon, 6 Jun 2005 16:16:41 -0400 Received: from gprs189-60.eurotel.cz ([160.218.189.60]:7873 "EHLO amd.ucw.cz") by vger.kernel.org with ESMTP id S261685AbVFFUPD (ORCPT ); Mon, 6 Jun 2005 16:15:03 -0400 Date: Mon, 6 Jun 2005 22:14:41 +0200 From: Pavel Machek To: Linus Torvalds Cc: Kernel Mailing List Subject: Re: Linux v2.6.12-rc6 Message-ID: <20050606201441.GG2230@elf.ucw.cz> References: <20050606192654.GA3155@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi! > > > fix jumpy mouse cursor on console > > > > This one was from Dmitry, and git logs know that: > > No it doesn't. Somebody sent me a patch in the wrong format.. Okay, that was probably me, but... > > author Pavel Machek Fri, 27 May 2005 12:53:03 -0700 > > committer Linus Torvalds Sat, 28 May 2005 11:14:01 -0700 > > > > [PATCH] fix jumpy mouse cursor on console > > > > Do not send empty events to gpm. (Keyboards are assumed to have scroll > > wheel these days, that makes them part-mouse. That means typing on > > keyboard generates empty mouse events). > > > > From: Dmitry Torokhov ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Signed-off-by: Pavel Machek > > Signed-off-by: Andrew Morton > > Signed-off-by: Linus Torvalds > > > > ...perhaps shortlog script needs some updating? > > No, it isn't going to go through the body of the email. > > The way that author attributions get done right is if the first line of > the body of the email has a "From: xyzzy " in it. There is "From: Dmitry..." in the changelog. Do your script move first "From:" into author header and delete it from changelog? That would explain it... Pavel