All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Kyungmin Park <kmpark@infradead.org>,
	linux-media@vger.kernel.org, kernel@pengutronix.de,
	Pawel Osciak <pawel@osciak.com>,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH] [media] V4L/videobuf2-memops: use pr_debug for debug messages
Date: Fri, 3 Jun 2011 09:39:08 +0200	[thread overview]
Message-ID: <20110603073908.GC9907@pengutronix.de> (raw)
In-Reply-To: <4DE6E8A7.2080305@infradead.org>

Hello Mauro,

On Wed, Jun 01, 2011 at 10:34:31PM -0300, Mauro Carvalho Chehab wrote:
> Hi Kyungmin,
> 
> Em 01-06-2011 21:50, Kyungmin Park escreveu:
> > Acked-by: Kyungmin Park <kyunginn.,park@samsung.com>
> 
> As this patch is really trivial and makes sense, I've just applied it earlier
> today.
You somehow screwed up my name in the Author field more than I'm used
to:

 $ git cat-file commit 215c52702775556f4caf5872cc84fa8810e6fc7d | grep Uwe
 author Uwe Kleine-König <u.kleine-koenig@pengutronix.de> 1306959562 -0300
 Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Strange enough my name in the commitlog looks fine.

If you care to fix it, you can easily do so using git filter-branch.
E.g.:

	$ git filter-branch --env-filter 'test "x$GIT_COMMIT" != "x215c52702775556f4caf5872cc84fa8810e6fc7d" || { GIT_AUTHOR_NAME="Uwe Kleine-König"; export GIT_AUTHOR_NAME; }' ^215c5270277^ HEAD

(Assuming an UTF-8 locale.)

This converts 215c527 to a commit c6cbbfc that has my name fixed and
rebases all following commits on top of this. In your master branch this
only affects "00c4526 (Merge /home/v4l/v4l/for_upstream)"

Best regards and thanks
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

  parent reply	other threads:[~2011-06-03  7:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-01 20:19 [PATCH] [media] V4L/videobuf2-memops: use pr_debug for debug messages Uwe Kleine-König
2011-06-02  0:50 ` Kyungmin Park
2011-06-02  1:34   ` Mauro Carvalho Chehab
2011-06-02  5:56     ` Marek Szyprowski
2011-06-02 11:06       ` Mauro Carvalho Chehab
2011-06-03  7:39     ` Uwe Kleine-König [this message]
2011-06-03 15:39       ` Mauro Carvalho Chehab
2011-06-03 19:50         ` Uwe Kleine-König
2011-06-03 19:56           ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110603073908.GC9907@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=g.liakhovetski@gmx.de \
    --cc=hverkuil@xs4all.nl \
    --cc=kernel@pengutronix.de \
    --cc=kmpark@infradead.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=mchehab@infradead.org \
    --cc=pawel@osciak.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.