for a documentation of the code for legal issues, I am required to somehow document which exactly files were changed and WHAT EXACTLY was changed in the source code by a given programmer in git repositary.
Is there any way to make it quite easy and nice?
Maybe there is some tool?
for a documentation of the code for legal issues, I am required to somehow
Share
Well, in the simplest case, you’d just display all commit diffs by that developer:
To limit
git log‘s output to a time range, specify the--since/--afterand--until/--beforeoptions: