How do i generate the list of all users in STASH and also the list of in active users

Rahul Mohan April 20, 2014

How do i generate the list of all users in STASH for a repo and also the list of inactive users. I would need their total checkin count for that repo. is there a way to do it in STASh or using customised git commands ?

1 answer

1 vote
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 21, 2014

You might want to take a look at this add on (https://marketplace.atlassian.com/plugins/com.stiltsoft.stash.graphs).

If not, this should work:

git shortlog -s -n --all

You can mess around with dates in that command too.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events