Sublime Forum

Find all commits of a specific file

#1

Is there a way to search for all commits of a specific file in all branches?

I have many branches and know I made a change to a file in one of them but don’t remember which. The file history view only shows history from the HEAD, so i need to checkout each branch and check them individually.

Is there a way to filter the commit graph to only display commits of a specific file?

Something like the command:
git log --all --follow --graph --oneline -- PATH/TO/FILE

0 Likes

#2

Ctrl+p, File history

0 Likes

#3

That doesn’t show commits for all branches

0 Likes

#4

Sorry I read too fast. Does a search with file:full_path/file.name min-parents:0 works ?

0 Likes

#5

No, same results.

I opened an issue:

0 Likes