[tools] Fixed git_blame not handling binary files.

This commit is contained in:
Andrew Hamilton 2017-07-09 08:58:18 +01:00
parent 820b89e676
commit dec0f5ed29
2 changed files with 4 additions and 3 deletions

4
BUGS
View file

@ -6,8 +6,6 @@ Current
the timed out status when un-paused.
- Tmp files are being left behind after shutdown.
- All tools in AppImages aren't working correctly. See ./vigil --self_test
- Sometimes git_blame produces an error, depending on characters in its
input.
Current (tool related)
@ -252,6 +250,8 @@ Fixed
cursor line drifts up or down a row.
- When paging the summary window the cursor line should stay in the same
place on the screen.
- Sometimes git_blame produces an error, depending on characters in its
input.
Won't fix