WindowsでGITを使用しています。小文字のディレクトリ名を含むすべてのコミットでリポジトリ内のディレクトリを検索するにはどうすればよいですか? 例私は次のファイルを持っています
- Test1\MyDirectory\Testfile.txt
- test2\mydirectory\Testfile.txt
- Test3\mydirectory\Testfile.txt
- test4\mydirectory\Testfile.txt
- test5\mydirectory\Testfile.txt
検索により、次の結果が返されます。
- test2\mydirectory\Testfile.txt
- test4\mydirectory\Testfile.txt
- test5\mydirectory\Testfile.txt