lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 3 Nov 2009 09:14:47 +0100
From:	Uwe Kleine-König 
	<u.kleine-koenig@...gutronix.de>
To:	Jiri Kosina <jkosina@...e.cz>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] tree-wide: fix typos "offest" -> "offset"

Hallo Jiri,

On Mon, Nov 02, 2009 at 04:01:06PM +0100, Jiri Kosina wrote:
> On Wed, 28 Oct 2009, Uwe Kleine-König wrote:
> 
> > This patch was generated by
> > 
> > 	git grep -E -i -l 'offest' | xargs -r perl -p -i -e 's/offest/offset/'
> > 
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
> > ---
> >  arch/arm/plat-mxc/include/mach/mx2x.h   |    2 +-
> >  drivers/net/wireless/ath/ath5k/eeprom.c |    2 +-
> >  fs/ext3/inode.c                         |    2 +-
> >  fs/ext4/inode.c                         |    2 +-
> >  fs/ocfs2/blockcheck.c                   |    2 +-
> >  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> Applied, thanks.
thanks, but you somehow mangled my name in different ways for the
different commits you took from me.  Sometimes you changed
"Kleine-König" to "Kleine-Koenig" in the Author field, sometimes in my
S-o-b line.

Care to fix that?

Assuming you have an UTF-8 locale:

	git filter-branch --env-filter 'test "x$GIT_AUTHOR_NAME" != "xUwe Kleine-Koenig" || GIT_AUTHOR_NAME="Uwe Kleine-König"; export GIT_AUTHOR_NAME' --msg-filter 'sed -e "s/Kleine-Koenig/Kleine-König/"' linus/master..for-next

Thanks
Uwe

-- 
Pengutronix e.K.                              | Uwe Kleine-König            |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ