I am working on a report which aims to have the following:
Commit/Merge History - I can get these from "git log" and "git show commit-id"
Files changed with the specific commit - These is something I am not sure how to get
Is there a way where I can generate this via script call so I can put them in a simple text file?
Thanks!