![]() In repositories with untracked files that are not intended to be added, showing the expanded diffs in the panel is confusing, as it places the changes side by side with changes in tracked files. This change adds a setting, collapse_untracked_diff, that can be enabled to collapse untracked diffs by default when the panel is opened. See https://github.com/zed-industries/zed/pull/31855#issuecomment-2957547018 (and previous comment for examples of why this is useful). Example before this change, or with the setting in its default state:  Example after this change with the setting set to `true`:  Release Notes: - Git: Added `collapse_untracked_diff` setting to auto-collapse untracked diffs |
||
---|---|---|
.. | ||
default.json | ||
initial_debug_tasks.json | ||
initial_local_debug_tasks.json | ||
initial_local_settings.json | ||
initial_server_settings.json | ||
initial_tasks.json | ||
initial_user_settings.json |