diff --git a/bin/gl.luau b/bin/gl.luau index 419c485..f87f41b 100644 --- a/bin/gl.luau +++ b/bin/gl.luau @@ -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 -} \ No newline at end of file +}