Turn off color for history graph
This commit is contained in:
parent
95d044b882
commit
866eb19d97
|
@ -6,7 +6,7 @@
|
|||
ci = commit
|
||||
st = status
|
||||
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
|
||||
dump = cat-file -p
|
||||
[push]
|
||||
|
|
Loading…
Reference in New Issue