git: Update configuration
This commit is contained in:
parent
b340219734
commit
14eae7eeb4
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue