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
info@openhub.net
Hi,
I was just wondering how much code was added and changed between the last 2 major releases of a project of mine. This is an information that ohloh could provide easily. If I could select 2 different dates (or commits) then ohloh should be able to tell me
Currently each commit shows the number of lines added, deleted, modified. If you would accumulate these numbers (and store the cumulated numbers with each commit), you should be able to calculate all those numbers when you parse the new commits for each project. Therefore this feature would not even require complex calculations but a very limited number of database lookups for each such request.