mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[git] turn off custom commit format
This commit is contained in:
parent
fa7290f9a9
commit
41fdc52950
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
[log]
|
||||
abbrevCommit = true
|
||||
decorate = true
|
||||
[format]
|
||||
pretty = %C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)
|
||||
; decorate = true
|
||||
; [format]
|
||||
; pretty = %C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)
|
||||
|
||||
[core]
|
||||
pager = diff-so-fancy | less --tabs=4 --RAW-CONTROL-CHARS
|
||||
|
|
Loading…
Reference in a new issue