mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(git): add --no-show-signature. Fixes #218
This commit is contained in:
parent
c8553ca44f
commit
6c0b803999
2 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,7 @@ M.log = {
|
|||
"--decorate",
|
||||
"--date=short",
|
||||
"--color=never",
|
||||
"--no-show-signature",
|
||||
}
|
||||
|
||||
if opts.updated then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue