Forums : Feedback Forum

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Git analyzer does not look at author

Hi,

let's consider this as a feature request:

When a commit is made with Git, there can be 2 people involved: the committer, who actually applies the patch to the repository; and the author, who wrote the patch. Git make it possible to distinguish author from committer.
It is the case for example for Eclipse,org repositories, where IP process allow only committers to commit, but keeps the actual author. This allows to follow new contributors involvement.

Git analyzer at Ohloh tracks only commits, however, the author is as important as the committer with Git. It would be fine to support this distinction in Ohloh project report.

Regards,

Mickael Istria over 12 years ago
 

Mickael, do you have an example? I think Ohloh tracks author if available.

Abhay Mujumdar over 12 years ago
 

You are right. Sorry for the noise.
The analysis report I looked at was not up-to-date. Now it is, and I can see that what I asked for is already here.

Thanks!

Mickael Istria over 12 years ago
 

I found this topic because I was surprised that the committer is not tracked when the author is different.

Isn't both writing and applying a patch a contribution to the project?

Fabian Steeg over 10 years ago
 

Git make it possible to distinguish author from committer. It is the case for example for Eclipse,org repositories, where IP process allow only committers to commit

onapthanh over 10 years ago