We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761b838 commit 49a7f21Copy full SHA for 49a7f21
lua/lazy/core/config.lua
@@ -21,7 +21,7 @@ M.defaults = {
21
git = {
22
-- defaults for the `Lazy log` command
23
-- log = { "-10" }, -- show the last 10 commits
24
- log = { "--since=3 days ago" }, -- show commits from the last 3 days
+ log = { "-8" }, -- show commits from the last 3 days
25
timeout = 120, -- kill processes that take more than 2 minutes
26
url_format = "https://github.com/%s.git",
27
-- lazy.nvim requires git >=2.19.0. If you really want to use lazy with an older version,
0 commit comments