Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Analyze what can we extract from git repo #5

Open
Max-Levitskiy opened this issue Dec 29, 2019 · 1 comment
Open

Analyze what can we extract from git repo #5

Max-Levitskiy opened this issue Dec 29, 2019 · 1 comment

Comments

@Max-Levitskiy
Copy link
Member

As a result of this story, we want to have an understanding of what can we use for calculating imprint with git commands examples.

@Max-Levitskiy Max-Levitskiy added this to the Git imprint counter POC milestone Dec 29, 2019
@Max-Levitskiy
Copy link
Member Author

Collection statistics about user's commits from git side (without any api):
By commits with amount of changed files and added-removed lines:
git log --author="" --oneline --shortstat
By changes in each file:
git log --author="" --pretty=tformat: --numstat

https://stackoverflow.com/questions/1265040/how-to-count-total-lines-changed-by-a-specific-author-in-a-git-repository

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant