dotfiles/git/.gitconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

59 lines
1.1 KiB
INI
Raw Normal View History

2023-01-13 10:17:52 +01:00
[advice]
addEmptyPathspec = false
[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
[color]
ui = true
[commit]
verbose = true
2016-03-07 17:31:28 +01:00
[core]
editor = nvim
excludesfile = ~/.config/git/ignore
[diff]
tool = nvimdiff
context = 8
interHunkContext = 8
[difftool]
prompt = false
trustExitCode = true
[difftool "nvimdiff"]
cmd = nvim -R -d $LOCAL $REMOTE
[difftool "difftastic"]
cmd = difft $LOCAL $REMOTE
[difftool "kitty"]
2023-01-13 10:17:52 +01:00
cmd = kitty +kitten diff $LOCAL $REMOTE
[fetch]
prune = true
pruneTags = true
[http]
sslVerify = false
[init]
defaultBranch = master
[log]
follow = true
[merge]
tool = nvimdiff1
conflictstyle = zdiff3
ff = only
[mergetool]
prompt = false
keepBackup = false
[pull]
rebase = false
[push]
default = nothing
2023-01-13 10:17:52 +01:00
[rebase]
autosquash = true
autoStash = true
updateRefs = true
[sendemail]
smtpserver = /usr/bin/msmtp
2022-12-16 15:35:56 +01:00
[user]
2023-01-13 10:17:52 +01:00
name = Sanchayan Maity
email = sanchayan@sanchayanmaity.net
login = sanchayanmaity
2022-12-16 15:35:56 +01:00
signingkey = 6F6A0609C12038F3