fix: blame blocked on non-git files

This commit is contained in:
2025-09-12 17:28:46 +02:00
parent 52cb2c9046
commit 213a39f816
3 changed files with 24 additions and 6 deletions

View File

@@ -37,4 +37,5 @@ Git line blame by mail.
## 🚨 Known issues
- [ ] Error on non-git files.
- [x] Error on non-git files.
- [ ] Performance: the autocmd should not be processed on non-git files, to this date it is simply not displayed but a `$ git log` is run.