git-blame icon indicating copy to clipboard operation
git-blame copied to clipboard

Doesn’t work on an open file if its repo is not set as project folder.

Open sidguptajhs opened this issue 10 years ago • 2 comments

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.

sidguptajhs avatar Oct 11 '14 21:10 sidguptajhs

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.

alexcorre avatar Oct 17 '14 18:10 alexcorre

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.

oktayacikalin avatar Jan 30 '15 13:01 oktayacikalin