fix(picker.git_diff): set group=false by default, since we also have git_status

This commit is contained in:
Folke Lemaitre 2025-10-28 08:50:34 +01:00
parent dd3643974c
commit 530e591345
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -337,7 +337,7 @@ M.git_status = {
---@field group? boolean group changes by file (when false, show individual hunks)
---@field base? string base commit/branch/tag to diff against (default: HEAD)
M.git_diff = {
group = true,
group = false,
finder = "git_diff",
format = "file",
preview = "diff",