I want to get all commit info for every author, but I want to do this per file. I am a bit lost with the git
documentation. Anyone know how to go about this? I want to do this for a certain period of time, for example for 2014-2016.
If by "all commit info" you mean commits history, then git log --since <date> --until <date> <file_path>
will do the job.
You can also filter commits made by certain author using --author
option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With