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.
2 parents 778c0e9 + d7b7db9 commit 1c16c2eCopy full SHA for 1c16c2e
lua/neogit/popups/log/actions.lua
@@ -38,7 +38,7 @@ function M.log_current(popup)
38
popup:get_internal_arguments(),
39
popup.state.env.files,
40
fetch_more_commits(popup, {}),
41
- "Commits in " .. git.branch.current() or ("(detached) " .. git.log.message("HEAD")),
+ "Commits in " .. (git.branch.current() or ("(detached) " .. git.log.message("HEAD"))),
42
git.remote.list()
43
):open()
44
end
0 commit comments