[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] CDT and GitHub (was: RE: Unit testing support for Eclipse CDT)
|
Excellent. Then there isn't an issue.
Cheers,
Doug.
> -----Original Message-----
> From: Andrew Overholt [mailto:overholt@xxxxxxxxxx]
> Sent: Wednesday, August 31, 2011 3:55 PM
> To: Schaefer, Doug
> Cc: CDT General developers list.
> Subject: Re: [cdt-dev] CDT and GitHub (was: RE: Unit testing support for
> Eclipse CDT)
>
> * Schaefer, Doug <Doug.Schaefer@xxxxxxxxxxxxx> [2011-08-31 11:54]:
> > So, Andrew, are saying is that on a fetch (from the github repo in
> > this case to the local repo from which I'll push to eclipse.org after
> > the merge), all the new commit records get updated so that the
> > Committer field is set to the name of the person doing the fetch?
>
> Here's a concrete example from Linux Tools that may help. The bug:
>
> Create unit tests for Helgrind
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=345863
>
> The contributor's GitHub commit (referenced in the bug):
>
> https://github.com/danielhb/linuxtools/commit/3103bea0dceb75a22e65f716
> d7cfc602a124586e
>
> I fetched from there and pushed into Linux Tools, resulting in:
>
> http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/commit/?id=cdd
> 81a6ee600ef97e14fa191743415ea6457f576
>
> As you can see, the committer is set to me and the author remains as the
> contributor.
>
> HTH,
>
> Andrew