2016-03-07 17:31:28 +01:00
|
|
|
[user]
|
|
|
|
name = Sanchayan Maity
|
2021-02-11 18:49:38 +01:00
|
|
|
email = sanchayan@sanchayanmaity.net
|
2019-12-31 10:29:43 +01:00
|
|
|
login = sanchayanmaity
|
2016-03-07 17:31:28 +01:00
|
|
|
[core]
|
2022-01-04 14:52:45 +01:00
|
|
|
editor = nvim
|
2020-04-16 06:45:30 +02:00
|
|
|
excludesfile = ~/.config/git/ignore
|
2016-03-07 17:31:28 +01:00
|
|
|
[color]
|
2020-09-25 11:25:57 +02:00
|
|
|
ui = true
|
2016-03-07 17:31:28 +01:00
|
|
|
[sendemail]
|
|
|
|
smtpserver = /usr/bin/msmtp
|
2019-12-31 10:29:43 +01:00
|
|
|
[http]
|
|
|
|
sslVerify = false
|
2020-09-18 08:02:05 +02:00
|
|
|
[fetch]
|
|
|
|
prune = true
|
2020-10-05 14:28:25 +02:00
|
|
|
pruneTags = true
|
2020-09-25 11:25:57 +02:00
|
|
|
[diff]
|
2021-12-14 07:26:14 +01:00
|
|
|
tool = nvimdiff
|
2022-01-04 14:52:45 +01:00
|
|
|
[difftool]
|
|
|
|
prompt = false
|
|
|
|
trustExitCode = true
|
2021-12-14 07:26:14 +01:00
|
|
|
[difftool "nvimdiff"]
|
2022-01-04 14:52:45 +01:00
|
|
|
cmd = nvim -R -d $LOCAL $REMOTE
|
2022-03-31 16:07:31 +02:00
|
|
|
[difftool "difftastic"]
|
|
|
|
cmd = difft $LOCAL $REMOTE
|
2022-01-04 14:52:45 +01:00
|
|
|
[difftool "kitty"]
|
|
|
|
cmd = kitty +kitten diff $LOCAL $REMOTE
|
2020-02-16 13:24:11 +01:00
|
|
|
[merge]
|
2020-12-19 10:27:25 +01:00
|
|
|
tool = diffconflicts
|
2020-09-17 07:05:16 +02:00
|
|
|
conflictstyle = diff3
|
2020-10-01 10:02:01 +02:00
|
|
|
ff = only
|
2020-09-17 07:05:16 +02:00
|
|
|
[mergetool]
|
|
|
|
prompt = false
|
2020-05-03 08:09:29 +02:00
|
|
|
keepBackup = false
|
2020-12-19 10:27:25 +01:00
|
|
|
[mergetool "diffconflicts"]
|
2022-01-04 14:52:45 +01:00
|
|
|
cmd = nvim -c DiffConflicts $MERGED $BASE $LOCAL $REMOTE
|
2020-12-19 10:27:25 +01:00
|
|
|
trustExitCode = true
|
2020-10-01 10:02:01 +02:00
|
|
|
[rebase]
|
2021-01-28 08:32:34 +01:00
|
|
|
autosquash = true
|
2020-10-01 10:02:01 +02:00
|
|
|
autoStash = true
|
2020-05-21 06:57:17 +02:00
|
|
|
[commit]
|
|
|
|
verbose = true
|
2020-06-13 10:45:10 +02:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
2020-10-01 10:02:01 +02:00
|
|
|
[push]
|
2021-09-23 09:42:43 +02:00
|
|
|
default = nothing
|
2021-01-28 08:32:34 +01:00
|
|
|
[advice]
|
|
|
|
addEmptyPathspec = false
|
2021-02-02 05:09:23 +01:00
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
2021-10-20 14:31:08 +02:00
|
|
|
[log]
|
|
|
|
follow = true
|
2022-04-12 14:15:02 +02:00
|
|
|
[blame]
|
|
|
|
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
|
|
|
|
markIgnoredLines = true
|
|
|
|
# Mark any lines that were added in a skipped commit and can not be attributed with a `*`
|
|
|
|
markUnblamableLines = true
|