Categories
- Android (51)
- Challenge of the month (14)
- Dirk Fauth (39)
- Eclipse (314)
- Hendrik Still (1)
- Java (35)
- Jeanderson Candido (3)
- Lars Vogel (109)
- Matthias Mailänder (3)
- OSGi (30)
- Other (37)
- Papercut (15)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (34)
- Web (7)
vogella tutorial rss feed
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: Open Source
Who and how many people contributed to a Git repository during a given period?
For my new book I wanted to check how many people contributed to the platform.ui repository during the last three months: git shortlog -s –number –since=’last 3 month’ seem to be doing the job fine. git shortlog -s –number –since=’last … Continue reading
Posted in Eclipse
Tagged Eclipse, Open Source
Comments Off on Who and how many people contributed to a Git repository during a given period?