git-blame
git-blame copied to clipboard
Doesn’t work on an open file if its repo is not set as project folder.
If you open a folder containing multiple git repos and open a file and try blame then it doesn’t work saying file is not in a git repository. It should ideally go upward in a file path until it finds a .git repo.
I originally designed this to be helpful when working on a single project at a time. Your approach requires some refactoring but could work. I'll leave this open but will work on some other higher priority issues first.
Same problem here. I'm having a project folder which contains multiple also sometimes nested git repos. Would be nice if git-blame would handle that too.