Is there a way to list files created by a specific author using Git? I also need to filter these results, either by filename (regex/pattern) or folder where they were created.
So what I'm looking for is a list of created (not updated) files by author without filename duplication and without commit messages.