File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *nvim-tinygit.txt* For Neovim Last change: 2025 December 30
1+ *nvim-tinygit.txt* For Neovim Last change: 2026 January 06
22
33==============================================================================
44Table of Contents *nvim-tinygit-table-of-contents*
@@ -224,7 +224,7 @@ specific changes.
224224
225225INTERACTIVE STAGING ~
226226
227- - Interactive straging requires `telescope` .
227+ - Requires `telescope` .
228228- This command stages hunks, that is, _parts_ of a file instead of the full
229229 file. It is roughly comparable to `git add -p`.
230230- Use `<Space> ` to stage/unstage the hunk, `<CR> ` to go to the hunk, or `<C-r> `
@@ -474,7 +474,7 @@ the component may not be up-to-date with remote changes.)
474474
475475FILE STATE ~
476476
477- Shows the number of changed files, similar to terminal prompts.
477+ Shows the number of unstaged changed files, similar to terminal prompts.
478478
479479>lua
480480 require("tinygit.statusline").fileState()
You can’t perform that action at this time.
0 commit comments