diffs.nvim/lua
Barrett Ruth 09442f2e19 fix(commands): replace combined diffs with ours-vs-theirs for unmerged files
Problem: section diffs stripped combined diff entries entirely, so
sections containing only unmerged files produced an empty result and
showed "no changes in section".

Solution: extract filenames from diff --cc entries before filtering,
then generate proper unified diffs from :2: (ours) vs :3: (theirs)
and append them to the filtered output.
2026-02-08 19:28:12 -06:00
..
diffs fix(commands): replace combined diffs with ours-vs-theirs for unmerged files 2026-02-08 19:28:12 -06:00