We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce35e3 commit 072e606Copy full SHA for 072e606
doc/nvim-tinygit.txt
@@ -264,8 +264,8 @@ automatically un-shallow the repo if needed.
264
require("tinygit").fileHistory()
265
<
266
267
-The type of history search depends on the mode `.searchHistory` is called from:
268
-- **Normal mode**search history for a string (`git log -G`) Correctly follows
+The type of history search depends on the mode `.fileHistory` is called from: -
+**Normal mode**search history for a string (`git log -G`) Correctly follows
269
file renamings, and displays past file names in the commit selection. The
270
search input is case-insensitive and supports regex. Leave the input field
271
empty to display _all_ commits that changed the current file. - **Visual
0 commit comments