Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Get number of commits

It's implemented in JGit rather than Git but you can get a repository and then walk the commits. See the log command for an example of how to do this. 

Alex

Sent from my iPhat 6

> On 26 Mar 2015, at 21:20, gsoc <akif8877@xxxxxxxxx> wrote:
> 
> Hello,
> 
> exist in EGit an API which gets me the number of my commits?
> For example: I want to know how many commits I have done in repo x.y.z. 
> 
> Exist an API or something else for this use case?
> 
> Regards,
> Akif
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top