Is there a way to search for old code in Tortoise Git
? For example, let's say I want to look at an old commit with some old code (that has since been changed), but I'm not sure which file it's in, and it's such a large project that manually scrolling through the commits is super tedious. Is there a way that I can enter in some key words and Tortoise Git will search through all files and across all commits for those key words?
Thanks!
Update: The closest I can get is to right-click > Git History and then do a search there for the key words, but that will only search one commit at a time, so you have to scroll from commit to commit until you see your keywords highlighted in yellow. Better than nothing I suppose, but still tedious. I'm hoping there's a way to search key words across all commits that someone might know of.