From 468299b307b4c2c44c943ccbb657c9b51a3013b0 Mon Sep 17 00:00:00 2001 From: ala Date: Sat, 14 Oct 2023 15:59:52 +0100 Subject: [PATCH] Revert "docs: update git.log in readme" This reverts commit ff602aa987cde7324a9d15f2f888628f2741ea3f. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3b3f3c..9fcf781 100644 --- a/README.md +++ b/README.md @@ -310,8 +310,8 @@ return { 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 = { "--since=3 days ago" }, -- show commits from the last 3 days - log = { "-8" }, -- show the last 8 commits + -- log = { "-10" }, -- show the last 10 commits + 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,