1
0
Fork 0

gitconfig: copy config from kernel.org

This commit is contained in:
Pratham Patel 2024-03-26 19:46:31 +05:30
parent 0c5fee5c17
commit a373ad55dc
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
status = true # show status info in the editor opened by `git commit` (as a comment)
verbose = true # show the diff in the editor opened by `git commit` (as a comment)
[core]
abbrev = 12
compression = 9
editor = nvim
fsmonitor = true # no workey on penguin
@ -51,6 +52,8 @@
defaultBranch = master
[log]
date = iso8601
[pretty]
fixes = Fixes: %h (\"%s\")
[push]
default = simple
followTags = true