On Thu, Oct 20, 2011 at 2:11 PM, Carlos O'Donell <carlos@xxxxxxxxxxxxxxxx> wrote: > On 10/20/2011 1:57 PM, Matt Turner wrote: >> On Thu, Oct 20, 2011 at 11:35 AM, Carlos O'Donell >> <carlos@xxxxxxxxxxxxxxxx> wrote: >>> On Mon, Oct 17, 2011 at 5:09 PM, John David Anglin <dave.anglin@xxxxxxxx> wrote: >>>>> What patch is this? I don't remember it. URL? >>>>> >>>> http://www.cygwin.com/ml/libc-ports/2010-08/msg00001.html >>> >>> This patch is now checked into glibc-ports. >> >> The authorship is wrong, I think. Guy wrote the patch, didn't he? > > Correct, I forgot to use --author, but Guy is credited in the ChangeLog. > > Can I change this retroactively or is it too late? > > Cheers, > Carlos. Once it's pushed to a public git repo it's too late. This also happened last year, http://www.cygwin.com/ml/libc-ports/2010-02/msg00014.html Most people use `git am` which fills in the author field directly. Otherwise, use git commit --author=... or after the patch it committed but before it's pushed publicly, git commit --amend --author=... Matt -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html