Skip to content

Commit

Permalink
feat(git): change default log args to last 8
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 25, 2023
1 parent 761b838 commit 49a7f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ M.defaults = {
git = {
-- defaults for the `Lazy log` command
-- log = { "-10" }, -- show the last 10 commits
log = { "--since=3 days ago" }, -- show commits from the last 3 days
log = { "-8" }, -- show commits from the last 3 days
timeout = 120, -- kill processes that take more than 2 minutes
url_format = "https://github.com/%s.git",
-- lazy.nvim requires git >=2.19.0. If you really want to use lazy with an older version,
Expand Down

0 comments on commit 49a7f21

Please sign in to comment.