From 9aaa88bc6c4bbc0b74681c0bfa5f137e4eac350a Mon Sep 17 00:00:00 2001 From: folke <292349+folke@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:31:55 +0000 Subject: [PATCH] chore(build): auto-generated docs --- docs/picker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/picker.md b/docs/picker.md index 91c791a1..f9e23f18 100644 --- a/docs/picker.md +++ b/docs/picker.md @@ -1128,6 +1128,7 @@ Neovim commands ```lua ---@class snacks.picker.git.diff.Config: snacks.picker.git.Config ---@field group? boolean group changes by file (when false, show individual hunks) +---@field staged? boolean show staged changes ---@field base? string base commit/branch/tag to diff against (default: HEAD) { group = false,