remove ansi coloring in git log child command

This commit is contained in:
Erica Marigold 2024-06-21 13:20:12 +05:30 committed by GitHub
parent 495813c677
commit 2fb9307a1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ function main(args: {string?})
{ {
"log", "log",
"--graph", "--graph",
"--pretty=format:%Cred%h%Creset{{SEP}}%s{{SEP}}%Cgreen(%cI){{SEP}}%C(bold blue)<%an>%Creset", "--pretty=format:%h{{SEP}}%s{{SEP}}(%cI){{SEP}}<%an>",
range or "HEAD~5..HEAD", range or "HEAD~5..HEAD",
} }
) )