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",
|
||||
"--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",
|
||||
}
|
||||
)
|
||||
|
@ -72,4 +72,4 @@ return {
|
|||
outputToCommit = outputToCommit,
|
||||
map = map,
|
||||
main = main
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue