Ondrej Oprala wrote: > On 09/06/2012 12:09 PM, Jim Meyering wrote: >> I'll push this once you ACK it: > Hi, > it's all ok with me, thanks for taking the time.
Rats! Both of us missed the fact that I changed the "Author:" from your name to mine. Grr... Terribly sorry. This should fix it in the generated ChangeLog. I will test before pushing it. >From af17fb99271fd8af064ddbf0ef660be297526036 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Fri, 7 Sep 2012 12:08:42 +0200 Subject: [PATCH] maint: adjust ChangeLog to correct Author MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build-aux/git-log-fix: Add an entry to correct the Author: of v8.19-111-g51a4b04. It should be Ondřej Oprala, not me. --- build-aux/git-log-fix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix index 3139e16..0260a93 100644 --- a/build-aux/git-log-fix +++ b/build-aux/git-log-fix @@ -50,3 +50,8 @@ s!(elicits.*)\.!first $1, and the second works properly.! # Credit initial reporter of a related issue, now that the BZ is public. 1e18d8416f9ef43bf08982cabe54220587061a08 s,by ,by Nao Nishijima in http://bugzilla.redhat.com/766461\nand by , + +# I was unable to apply the c-set using normal methods, so +# applied it with patch and then forgot to reset the Author. +51a4b04954ad5ad12de1d1b82a3603fc350a3bfa +s,Jim .*>,Ondrej Oprala <ooprala\@redhat.com>, -- 1.7.12.176.g3fc0e4c
