I would like to get number of lines of code changed per commit. Is it possible?
I am trying the following command but it is giving numstat details for commits before my specified commit as well.
git log --numstat [commit hash]
I would like to get number of lines of code changed per commit. Is it possible?
I am trying the following command but it is giving numstat details for commits before my specified commit as well.
git log --numstat [commit hash]