Skip to content

Commit 49a7f21

Browse files
committed
feat(git): change default log args to last 8
1 parent 761b838 commit 49a7f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ M.defaults = {
2121
git = {
2222
-- defaults for the `Lazy log` command
2323
-- log = { "-10" }, -- show the last 10 commits
24-
log = { "--since=3 days ago" }, -- show commits from the last 3 days
24+
log = { "-8" }, -- show commits from the last 3 days
2525
timeout = 120, -- kill processes that take more than 2 minutes
2626
url_format = "https://github.com/%s.git",
2727
-- lazy.nvim requires git >=2.19.0. If you really want to use lazy with an older version,

0 commit comments

Comments
 (0)