jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.27k stars 605 forks source link

bug: fail to find filename if not showing prefixes #1336

Open gcb opened 1 month ago

gcb commented 1 month ago
  1. git config diff.noprefix true
  2. open tig blame
  3. select a diff section and press b

what i expect: To be magically taken to the previous review on the diff.

what happens:

Failed to read the file name

(very minor bug. mostly to document to future me when i see that error again)