Hi
Sometimes we operate a mechanism where we will create a feature branch, then may then have additional branches off it for different developers to work on. Once the code in the additional branches has been approved via PR , they are merged into the feature branch.
Is there any way to know what files have been committed directly on the feature branch, and therefore may not have been reviewed?