Skip to content

Commit

Permalink
chore: auto-generate vimdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored and github-actions[bot] committed Aug 17, 2024
1 parent efed57e commit 41f0243
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/tinygit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ The `setup` call is optional.
"perf", "style", "revert", "ci", "break", "improv",
},
},
openReferencedIssue = false, -- if message has issue/PR, open in browser afterwards
insertIssuesOnHash = {
-- Experimental. Typing `#` will insert the most recent open issue.
-- Requires nvim-notify.
Expand All @@ -359,6 +358,10 @@ The `setup` call is optional.
push = {
preventPushingFixupOrSquashCommits = true,
confirmationSound = true, -- currently macOS only, PRs welcome

-- Pushed commits contain references to issues, open those issues.
-- Not used when using force-push.
openReferencedIssues = false,
},
historySearch = {
diffPopup = {
Expand Down

0 comments on commit 41f0243

Please sign in to comment.