質問

I am under windows 7 with TortoiseGit. I have a local git repository with several hundred commits and I would like to find all commits having at least one file ending in .txt.

Is this possible? If yes, how?

役に立ちましたか?

解決

With tortoisegit I don't know!

But with a console you can use git log --oneline -- "*.txt". The --oneline-option gives you a overview of all commits.

他のヒント

Try opening the Show log and in the search bar and type .txt.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top