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.,p...@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-koe...@pengutronix.de> 1306959562 -0300 Signed-off-by: Uwe Kleine-König <u.kleine-koe...@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/ | -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html