Posts

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.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]

Feedback Forum : Line count seems to be wrong

Hi, If you compare these two contributors: https://www.ohloh.net/p/pidgin/contributors/272730746341 https://www.ohloh.net/p/pidgin/contributors/270582943215 The results show 16,130 for the first ... [More] , 17,421 for the second. However, if you run the following git command: git log -C -M --author=ivan.komarov --pretty=tformat: --numstat | gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf added lines: %s removed lines: %s total lines: %s\n,add,subs,loc }' The results are totally different: added lines: 3277 removed lines: 6446 total lines: -3169 added lines: 14477 removed lines: 9636 total lines: 4841 Clearly there's something wrong with the way lines are counted. [Less]

Views
Author
Posted
747
over 13 years ago

Feedback Forum : Size of commits is not taken into account

Hi, I think it's unfair that one line commits count as much as hundred thousand line commits. Here are a few huge commits that I did: https://www.ohloh.net/p/pidgin/commits/138814908 ... [More] https://www.ohloh.net/p/pidgin/commits/138813808 https://www.ohloh.net/p/pidgin/commits/138818600 The first commit alone is: 51 files changed, 6013 insertions(+), 2748 deletions(-) Which is more than the total commits of Ivan Komarov, yet, he shows on top of me in the list of contributors: added lines: 3277 removed lines: 6446 total lines: -3169 And mine are: added lines: 14477 removed lines: 9636 total lines: 4841 Totally unfair if you ask me. [Less]

Views
Author
Posted
694
over 13 years ago

Technical Issue Help : gst-player enlistment problem

Oops, sorry, that was wrong =/ I've updated the url.

Views
Author
Posted
620
almost 16 years ago

Technical Issue Help : Pidgin enlistenment not working

They are not. Even on git.git they happen all the time. Remember that branches are cheap in git, so people create temporary branches, or utility branches (pu in git.git). And also remember that ... [More] DSCMs don't need a 'public distribution repo'. Although there's probably 'the main guy' repo that is assumed as it. [Less]

Views
Author
Posted
728
almost 16 years ago

Suggestions for Ohloh 2.0 : Some commits are patches created by s...

Some commits are patches created by someone else but committed by a developer. It would be nice to attribute certain commits to another user. For example, these commits are mine: ... [More] http://www.ohloh.net/projects/63/contributors/5097/commits?query=felipe&commit=Filter [Less]

Views
Author
Posted
628
over 17 years ago