Skip to content

Commit

Permalink
docs: update git.log in readme (#1115)
Browse files Browse the repository at this point in the history
* docs: update git.log in readme

* Revert "docs: update git.log in readme"

This reverts commit ff602aa.

* update git.log in lazy.core.config
  • Loading branch information
sibouras authored Oct 14, 2023
1 parent a27935e commit a993bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ M.defaults = {
concurrency = jit.os:find("Windows") and (vim.loop.available_parallelism() * 2) or nil, ---@type number limit the maximum amount of concurrent tasks
git = {
-- defaults for the `Lazy log` command
-- log = { "-10" }, -- show the last 10 commits
log = { "-8" }, -- show commits from the last 3 days
-- log = { "--since=3 days ago" }, -- show commits from the last 3 days
log = { "-8" }, -- show the last 8 commits
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 a993bfd

Please sign in to comment.