default-diff type (one or two column) should be a setting #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the default style of diff - one or two columns - should be a setting in the preferences.
Implemented in
191ff0b. Preferences now includes a typed Default layout setting for Git diffs with 1-column and 2-column choices. The choice is persisted in the existing Git configuration, missing/legacy configuration remains 1-column, and every successfully opened file diff starts from the saved default while its segmented control remains a per-view override. This is a DS4Server-only Git UI feature; DS4 has no corresponding diff viewer. Verified with the configuration round-trip test and the full commit gates: rustfmt, Clippy with warnings denied, app bundle, and all-feature tests (150 passed, 12 hardware/model tests ignored).