I know there's a git command to list all the commits by a user and number of days as below,
git log --since=15.days --author="Vijin Paulraj"
However, that will only return the list of commits done by the user with hash. But I don't see any commands to list only the file names.
Can anyone please help me?