You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Attempting to use the kitty difftool errors and prints a stack trace.
Strangely, the kitty difftool works correctly in most other repositories on my system. The diff on this repository is purely mode changes on the entire repo. I was literally instructed to run chmod -R 755 .
To Reproduce
Steps to reproduce the behavior:
Use the following git difftool config in ~/.gitconfig:
Basically the diff consists only of mode changes which the diff kitten doesnt support. The empty changeset is causing the panic, I can prevent that easily enough but ideally it should show the mode change
Describe the bug
Attempting to use the kitty difftool errors and prints a stack trace.
Strangely, the kitty difftool works correctly in most other repositories on my system. The diff on this repository is purely mode changes on the entire repo. I was literally instructed to run
chmod -R 755 .
To Reproduce
Steps to reproduce the behavior:
chmod -R 755 xv6-riscv
git difftool --no-symlinks --dir-diff
Screenshots
N/A
Environment details
Additional context
The problem persists in a kitty instance initialized with
kitty --config NONE
The text was updated successfully, but these errors were encountered: