Adds gdiff_file() which can diff any file path (not just current buffer) with support for staged vs unstaged changes: - staged=true diffs index against HEAD - staged=false diffs working tree against index - Falls back to HEAD if file not in index (for untracked comparison) |
||
|---|---|---|
| .. | ||
| commands.lua | ||
| git.lua | ||
| health.lua | ||
| highlight.lua | ||
| init.lua | ||
| log.lua | ||
| parser.lua | ||