Turn off color for history graph

This commit is contained in:
Peter J. Holzer 2022-04-23 01:17:48 +02:00 committed by Peter J. Holzer
parent 95d044b882
commit 866eb19d97
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
ci = commit ci = commit
st = status st = status
br = branch br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short --date-order hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --no-color --date=short --date-order
type = cat-file -t type = cat-file -t
dump = cat-file -p dump = cat-file -p
[push] [push]