I'd like to find commits in my code base that add video files to throw them out. Is there a way to look for these files in git ?
For example let's say all videos have a filename ending with the extension .wmv ; I'd like to find all commits introducing these files and get rid of them with a fixup or something.
Any ideas ?