config 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. [user]
  2. email = marianoz@posteo.net
  3. name = Mariano Z.
  4. signingkey = 13D35660EC8E8AA03D4370A83FA93CB876C8FFAA
  5. [core]
  6. autocrlf = input
  7. excludesfile = ~/.config/git/.gitignore
  8. compression = 9
  9. whitespace = error
  10. preloadindex = true
  11. [include]
  12. path = ~/.config/git/gitalias.txt
  13. [includeIf "gitdir:~/Sync/"]
  14. path = ~/Sync/Obsidian/.gitconfig
  15. [advice]
  16. addEmptyPathspec = false
  17. pushNonFastForward = false
  18. statusHints = false
  19. [status]
  20. branch = true
  21. showStash = true
  22. showUntrackedFiles = all
  23. [color]
  24. ui = true
  25. [color "diff-highlight"]
  26. oldNormal = red bold
  27. oldHighlight = red bold 52
  28. newNormal = green bold
  29. newHighlight = green bold 22
  30. [color "diff"]
  31. meta = black bold
  32. frag = magenta
  33. context = white
  34. whitespace = yellow reverse
  35. old = red
  36. [color "blame"]
  37. 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
  38. [color "decorate"]
  39. HEAD = red
  40. branch = blue
  41. tag = yellow
  42. remoteBranch = magenta
  43. [color "branch"]
  44. current = magenta
  45. local = default
  46. remote = yellow
  47. upstream = green
  48. plain = blue
  49. [interactive]
  50. diffFilter = diff-so-fancy --patch
  51. signlekey = true
  52. [credential]
  53. helper = /usr/lib/git-core/git-credential-libsecret
  54. [merge]
  55. tool = fugitive
  56. conflictStyle = diff3
  57. [icdiff]
  58. options = --highlight --line-numbers
  59. [diff]
  60. context = 3
  61. renames = copies
  62. interHunkContext = 10
  63. [pager]
  64. pager = diff-so-fancy | $PAGER
  65. [diff-so-fancy]
  66. markEmptyLines = false
  67. [init]
  68. defaultBranch = master
  69. [pull]
  70. rebase = true
  71. default = current
  72. [push]
  73. autoSetupRemote = true
  74. default = current
  75. followTags = true
  76. [rebase]
  77. autoStash = true
  78. missingCommitsCheck = warn
  79. [commit]
  80. gpgsign = true
  81. [log]
  82. abbrevCommit = true
  83. graphColors = blue,yellow,cyan,magenta,green,red
  84. [url "https://github.com/RustSec/advisory-db"]
  85. insteadOf = https://github.com/RustSec/advisory-db
  86. [url "git@github.com:marianozunino/"]
  87. insteadOf = "mz:"
  88. [url "git@github.com:Stuzo/"]
  89. insteadOf = "stuzo:"
  90. [filter "lfs"]
  91. clean = git-lfs clean -- %f
  92. smudge = git-lfs smudge -- %f
  93. process = git-lfs filter-process
  94. required = true
  95. [alias]
  96. bb = !better-git-branch.sh