1
0
Fork 0
dotfiles/.gitconfig

71 lines
1.8 KiB
INI
Raw Normal View History

2024-03-26 08:31:29 +05:30
[advice]
addIgnoredFile = false
[blame]
date = iso8601
showEmail = true
2024-03-22 07:13:19 +05:30
[checkout]
thresholdForParallelism = 1000 # perform parallel checkout only if files are > 1000
2024-03-26 08:31:29 +05:30
workers = 0 # < 1 means use all **logical** cores
2022-09-23 19:28:12 +05:30
[color]
ui = auto
advice = auto
branch = auto
diff = auto
grep = auto
interactive = auto
push = auto
remote = auto
showBranch = auto
status = auto
transport = auto
2024-03-22 07:13:19 +05:30
[column]
ui = auto,column,nodense # should cover all supported commands; I hope
2024-03-26 08:31:29 +05:30
status = never # show one entry of 'untracked files' per line
[commit]
gpgsign = true
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]
2024-03-26 19:46:31 +05:30
abbrev = 12
2024-03-26 08:31:29 +05:30
compression = 9
editor = nvim
fsmonitor = true # no workey on penguin
[credential]
helper = store
2022-09-23 19:28:12 +05:30
[diff]
2024-03-22 07:13:19 +05:30
guitool = meld # overrides `merge.guitool`
[difftool]
guiDefault = false # do **NOT** open `diff.guitool` even if `DISPLAY` is set
[fetch]
parallel = 0 # multi-threaded fetching
[format]
cc = thefirst1322@gmail.com # my other email
2024-03-26 08:31:29 +05:30
numbered = true
2024-03-22 07:13:19 +05:30
signOff = true
[fsmonitor]
allowRemote = false
2023-05-31 19:13:47 +05:30
[gpg]
format = ssh
2023-07-02 21:32:33 +05:30
[ssh]
allowedSignersFile = ~/.ssh/allowed_signers
2024-03-26 08:31:29 +05:30
[init]
defaultBranch = master
2023-05-31 19:13:47 +05:30
[log]
date = iso8601
2024-03-26 19:46:31 +05:30
[pretty]
fixes = Fixes: %h (\"%s\")
2024-03-26 08:31:29 +05:30
[push]
default = simple
followTags = true
2024-03-24 12:04:26 +05:30
[sendemail]
2024-03-26 08:31:29 +05:30
smtpEncryption = none
smtpPass = AAAAAAAAAAAAAAAAAAAAAA
2024-03-24 12:04:26 +05:30
smtpServer = 127.0.0.1
smtpServerPort = 1025
smtpUser = prathampatel@thefossguy.com
2024-03-24 12:07:25 +05:30
supresscc = self
2024-03-26 08:31:29 +05:30
[user]
email = prathampatel@thefossguy.com
name = Pratham Patel
signingkey = ~/.ssh/git