git: Add `hunk_style` setting (#26038)
This PR adds the `git.hunk_style` setting, allowing setting an alternate style for hunks – specifically the rendering of unstaged hunks. It has 2 options: - `transparent` (unstaged hunks are more transparent/less opaque than staged hunks) - `pattern (unstaged hunks are indicated by a visual pattern) We'll possibly explore a VSCode-style "don't show staged hunks", but the complexity it adds is a bit out of scope for now. Transparent:  Pattern:  Release Notes: - Git Beta: Added `git.hunk_style` setting to allow toggling between git hunk visual styles.
N
Nate Butler committed
6cdd7b7390802d4211a95e3fb9abdbc925ffd963
Parent: 0ec15d6
Committed by GitHub <noreply@github.com>
on 3/4/2025, 4:10:39 PM