git: Arrange alphabetically for sanity

This commit is contained in:
Sanchayan Maity 2023-01-13 14:47:52 +05:30
parent 7c57397ae6
commit 7f086ca74a
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
2 changed files with 32 additions and 31 deletions

View File

@ -1,2 +1,4 @@
# Clean up with fish_indent # Clean up with fish_indent
478fede9e42221d608f4da7d71490cdfdab7c8be 478fede9e42221d608f4da7d71490cdfdab7c8be
# Git sort settings alphabetically
507b16fc152837aabafc5efae41b316183a468cb

View File

@ -1,19 +1,17 @@
[user] [advice]
name = Sanchayan Maity addEmptyPathspec = false
email = sanchayan@sanchayanmaity.net [blame]
login = sanchayanmaity # 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
[core] [core]
editor = nvim editor = nvim
excludesfile = ~/.config/git/ignore excludesfile = ~/.config/git/ignore
[color]
ui = true
[sendemail]
smtpserver = /usr/bin/msmtp
[http]
sslVerify = false
[fetch]
prune = true
pruneTags = true
[diff] [diff]
tool = nvimdiff tool = nvimdiff
context = 8 context = 8
@ -26,7 +24,16 @@
[difftool "difftastic"] [difftool "difftastic"]
cmd = difft $LOCAL $REMOTE cmd = difft $LOCAL $REMOTE
[difftool "kitty"] [difftool "kitty"]
cmd = kitty +kitten diff $LOCAL $REMOTE cmd = kitty +kitten diff $LOCAL $REMOTE
[fetch]
prune = true
pruneTags = true
[http]
sslVerify = false
[init]
defaultBranch = master
[log]
follow = true
[merge] [merge]
tool = nvimdiff1 tool = nvimdiff1
conflictstyle = zdiff3 conflictstyle = zdiff3
@ -34,26 +41,18 @@
[mergetool] [mergetool]
prompt = false prompt = false
keepBackup = false keepBackup = false
[rebase]
autosquash = true
autoStash = true
updateRefs = true
[commit]
verbose = true
[pull] [pull]
rebase = false rebase = false
[push] [push]
default = nothing default = nothing
[advice] [rebase]
addEmptyPathspec = false autosquash = true
[init] autoStash = true
defaultBranch = master updateRefs = true
[log] [sendemail]
follow = true smtpserver = /usr/bin/msmtp
[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
[user] [user]
name = Sanchayan Maity
email = sanchayan@sanchayanmaity.net
login = sanchayanmaity
signingkey = 6F6A0609C12038F3 signingkey = 6F6A0609C12038F3