Using git command-line you may list all file names in all stashes:
git stash list --name-only
Then you may search the name of file in the results and find the stash which contains that file. It would be nice if SourceGit will allow you to find in stashes list from the UI.
Using
gitcommand-line you may list all file names in all stashes:Then you may search the name of file in the results and find the stash which contains that file. It would be nice if SourceGit will allow you to find in stashes list from the UI.