diffs.nvim/lua/diffs
Barrett Ruth 9ed0639005 fix(fugitive): handle renamed files correctly
Parse both old and new filenames from rename lines (R old -> new).
When diffing staged renames, use old filename as base to correctly
show content changes rather than treating the file as entirely new.

Also adds comprehensive tests for filename edge cases:
- Double extensions, hyphens, underscores, dotfiles
- Deep nested paths, complex renames
- Documents known limitation with filenames containing ' -> '
2026-02-04 23:12:30 -05:00
..
commands.lua fix(fugitive): handle renamed files correctly 2026-02-04 23:12:30 -05:00
fugitive.lua fix(fugitive): handle renamed files correctly 2026-02-04 23:12:30 -05:00
git.lua feat(git): add index and working tree content retrieval 2026-02-04 22:23:09 -05:00
health.lua feat: rename everything 2026-02-02 22:09:13 -05:00
highlight.lua feat: add :Gdiff, :Gvdiff, :Ghdiff commands for unified diff view 2026-02-04 19:52:17 -05:00
init.lua feat(fugitive): add status buffer keymaps for unified diffs 2026-02-04 22:23:21 -05:00
log.lua feat: add :Gdiff, :Gvdiff, :Ghdiff commands for unified diff view 2026-02-04 19:52:17 -05:00
parser.lua feat: treesitter highlighting for diff headers 2026-02-04 15:11:35 -05:00