Skip to content

Commit 1c16c2e

Browse files
authored
Merge pull request #1598 from kjughx/detached-log
2 parents 778c0e9 + d7b7db9 commit 1c16c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neogit/popups/log/actions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function M.log_current(popup)
3838
popup:get_internal_arguments(),
3939
popup.state.env.files,
4040
fetch_more_commits(popup, {}),
41-
"Commits in " .. git.branch.current() or ("(detached) " .. git.log.message("HEAD")),
41+
"Commits in " .. (git.branch.current() or ("(detached) " .. git.log.message("HEAD"))),
4242
git.remote.list()
4343
):open()
4444
end

0 commit comments

Comments
 (0)