0

I have tried googling looking for some sort of GIT analyzer, but I haven't found anything.

I have a Git project, with some subdirectories (each of them is a project itself). I need some information from each of them: - Last commit/commits - The list of people who committed - Possibly some sort of stats on commits per author, commit day/week, ....

Every info is needed to be reachable through command line response, or http ( for example as a web service )

Do you know any solution?

asked Sep 12, 2013 at 14:55

1 Answer 1

1

Some options?

1) Have you seen the type of statistics that GitHub offers out of the box? Like the pulse or all the other stats.

2) http://gitstats.sourceforge.net/, never used it but found it while googling the API the other day.

3) In my company we did our own analysis page on top of github pages using simply the GitHub activity api

If you don't use github only options 2) is at your grasp. Parsing a log is not that hard if you can't find anything else.

answered Sep 12, 2013 at 18:11
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.