git: Update configuration

This commit is contained in:
Sanchayan Maity 2024-02-07 14:52:34 +05:30
parent b340219734
commit 14eae7eeb4
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 11 additions and 2 deletions

View File

@ -23,8 +23,9 @@
excludesfile = ~/.config/git/ignore excludesfile = ~/.config/git/ignore
[diff] [diff]
tool = nvimdiff tool = nvimdiff
context = 8 context = 10
interHunkContext = 8 interHunkContext = 10
submodule = log
[difftool] [difftool]
prompt = false prompt = false
trustExitCode = true trustExitCode = true
@ -55,6 +56,8 @@
hideResolved = true hideResolved = true
[pager] [pager]
difftool = true difftool = true
[protocol "http"]
allow = never
[pull] [pull]
rebase = false rebase = false
[push] [push]
@ -67,6 +70,12 @@
fsckObjects = true fsckObjects = true
[sendemail] [sendemail]
smtpserver = /usr/bin/msmtp smtpserver = /usr/bin/msmtp
[stash]
showPatch = true
[submodule]
recurse = true
[transfer]
fsckObjects = true
[user] [user]
name = Sanchayan Maity name = Sanchayan Maity
email = sanchayan@sanchayanmaity.net email = sanchayan@sanchayanmaity.net