Contributor stats for multiple repos, not just the server repo.
See original GitHub issueCurrently, the summary of the code contributors is only restricted to the server: https://blog.zulip.com/2021/05/13/zulip-4-0-released/.
$ git shortlog -s 3.0..4.0 | sort -nr
1017 Anders Kaseorg
634 Steve Howell
403 Tim Abbott
...
It would be nice to have a script that aggregates the contributions from multiple repo (additionally zulip-mobile, zulip-desktop, docker-zulip, python-zulip-api, and zulip-terminal).
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (4 by maintainers)
Top Results From Across the Web
Supporting for statistics of multiple repos of team
For a team that are working with 4 or 5 projects in Bitbucket. I am always trying to find a solution for Multiple...
Read more >Feature Request: Contributor Statistics (BB-4787) - Jira
Had an idea recently. Bitbucket should add a tab to each repo with Contributor Statistics. Number of lines of code, lines of code...
Read more >Repository analytics for projects - GitLab Docs
Use repository analytics to view information about a project's Git repository: Programming languages used in the repository. Code coverage history from last ...
Read more >GitHub Repo Guide – How to Increase Engagement on your ...
Your GitHub account may have multiple repositories. You can create a ... Get more engagement with your repos; Find more code contributors ......
Read more >Get Contributor stats from git - Lost in Details
Don't use those stats as a base for calculating salaries. Overview. Last week I wanted to retrieve simple stats about contributors from a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi, I’m a master’s student in computer sience and engineering at Linköping University. Currently I’m looking into getting started with open source development. Is Zulip a good first project to start in? I have knowledge in both Python, javascript, HTML, CSS and Typescript.
Note that you need to extract the timestamp associated with e.g. the version 3.0 so that you can use the timestamp for other repos as a starting point.