1
0
Fork 0
dotfiles/.gitconfig

67 lines
1.6 KiB
INI
Raw Normal View History

2022-09-23 19:28:12 +05:30
[credential]
helper = store
[core]
editor = nvim
2024-03-22 07:13:19 +05:30
compression = 9
fsmonitor = true # no workey on penguin
[checkout]
workers = 0 # < 1 means use all **logical** cores
thresholdForParallelism = 1000 # perform parallel checkout only if files are > 1000
2022-09-23 19:28:12 +05:30
[user]
name = Pratham Patel
2024-03-19 19:10:57 +05:30
email = prathampatel@thefossguy.com
signingkey = ~/.ssh/git
[commit]
gpgsign = true
2024-03-22 07:13:19 +05:30
verbose = true # show the diff in the editor opened by `git commit` (as a comment)
status = true # show status info in the editor opened by `git commit` (as a comment)
2022-09-23 19:28:12 +05:30
[color]
2024-03-22 07:13:19 +05:30
ui = always
advice = always
branch = always
diff = always
grep = always
interactive = always
push = always
remote = always
showBranch = always
status = always
transport = always
[column]
ui = auto,column,nodense # should cover all supported commands; I hope
2022-09-23 19:28:12 +05:30
[init]
defaultBranch = master
[push]
default = simple
2024-03-05 11:02:11 +05:30
followTags = true
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]
numbered = true
cc = thefirst1322@gmail.com # my other email
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
2023-05-31 19:13:47 +05:30
[blame]
date = iso8601
showEmail = true
[log]
date = iso8601
[advice]
addIgnoredFile = false
2024-03-24 12:04:26 +05:30
[sendemail]
smtpServer = 127.0.0.1
smtpServerPort = 1025
smtpUser = prathampatel@thefossguy.com
smtpEncryption = none
2024-03-24 12:07:25 +05:30
supresscc = self
2024-03-24 12:04:26 +05:30
smtpPass =