| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- [user]
- email = marianoz@posteo.net
- name = Mariano Z.
- signingkey = 13D35660EC8E8AA03D4370A83FA93CB876C8FFAA
- [core]
- autocrlf = input
- excludesfile = ~/.config/git/.gitignore
- compression = 9
- whitespace = error
- preloadindex = true
- [include]
- path = ~/.config/git/gitalias.txt
- [includeIf "gitdir:~/Sync/"]
- path = ~/Sync/Obsidian/.gitconfig
- [advice]
- addEmptyPathspec = false
- pushNonFastForward = false
- statusHints = false
- [status]
- branch = true
- showStash = true
- showUntrackedFiles = all
- [color]
- ui = true
- [color "diff-highlight"]
- oldNormal = red bold
- oldHighlight = red bold 52
- newNormal = green bold
- newHighlight = green bold 22
- [color "diff"]
- meta = black bold
- frag = magenta
- context = white
- whitespace = yellow reverse
- old = red
- [color "blame"]
- highlightRecent = 237, 20 month ago, 238, 19 month ago, 239, 18 month ago, 240, 17 month ago, 241, 16 month ago, 242, 15 month ago, 243, 14 month ago, 244, 13 month ago, 245, 12 month ago, 246, 11 month ago, 247, 10 month ago, 248, 9 month ago, 249, 8 month ago, 250, 7 month ago, 251, 6 month ago, 252, 5 month ago, 253, 4 month ago, 254, 3 month ago, 231, 2 month ago, 230, 1 month ago, 229, 3 weeks ago, 228, 2 weeks ago, 227, 1 week ago, 226
- [color "decorate"]
- HEAD = red
- branch = blue
- tag = yellow
- remoteBranch = magenta
- [color "branch"]
- current = magenta
- local = default
- remote = yellow
- upstream = green
- plain = blue
- [interactive]
- diffFilter = diff-so-fancy --patch
- signlekey = true
- [credential]
- helper = /usr/lib/git-core/git-credential-libsecret
- [merge]
- tool = fugitive
- conflictStyle = diff3
- [icdiff]
- options = --highlight --line-numbers
- [diff]
- context = 3
- renames = copies
- interHunkContext = 10
- [pager]
- pager = diff-so-fancy | $PAGER
- [diff-so-fancy]
- markEmptyLines = false
- [init]
- defaultBranch = master
- [pull]
- rebase = true
- default = current
- [push]
- autoSetupRemote = true
- default = current
- followTags = true
- [rebase]
- autoStash = true
- missingCommitsCheck = warn
- [commit]
- gpgsign = true
- [log]
- abbrevCommit = true
- graphColors = blue,yellow,cyan,magenta,green,red
- [url "https://github.com/RustSec/advisory-db"]
- insteadOf = https://github.com/RustSec/advisory-db
- [url "git@github.com:marianozunino/"]
- insteadOf = "mz:"
- [url "git@github.com:Stuzo/"]
- insteadOf = "stuzo:"
- [filter "lfs"]
- clean = git-lfs clean -- %f
- smudge = git-lfs smudge -- %f
- process = git-lfs filter-process
- required = true
- [alias]
- bb = !better-git-branch.sh
|