mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
remove ansi coloring in git log child command
This commit is contained in:
parent
495813c677
commit
2fb9307a1e
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -72,4 +72,4 @@ return {
|
||||||
outputToCommit = outputToCommit,
|
outputToCommit = outputToCommit,
|
||||||
map = map,
|
map = map,
|
||||||
main = main
|
main = main
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue