gitconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [user]
  2. name = Fabian Peter Hammerle
  3. email = fabian@hammerle.me
  4. signingkey = 8D2902FE7DF47DDEDA2802F9456B9A0399A5DA2F
  5. [core]
  6. excludesfile = ~/.config/git/gitignore
  7. # hooksPath = ~/.config/git/hooks
  8. [interactive]
  9. singleKey = true
  10. [status]
  11. branch = true
  12. short = true
  13. showUntrackedFiles = normal
  14. [diff]
  15. tool = vimdiff
  16. [commit]
  17. gpgsign = true
  18. verbose = true
  19. [rebase]
  20. instructionFormat = %G? %s (%an <%ae>, %ai)
  21. [push]
  22. default = simple
  23. [tag]
  24. forceSignAnnotated = true
  25. [log]
  26. date = iso8601-strict
  27. [gcrypt]
  28. participants = 8D2902FE7DF47DDEDA2802F9456B9A0399A5DA2F
  29. publish-participants = false
  30. [annex]
  31. securehashesonly = true
  32. largefiles = not (include=*.yaml or include=*.yml or include=*.url)
  33. autocommit = false
  34. synccontent = true
  35. # copy instead of hard-linking when unlocking
  36. thin = false
  37. # assistant: do not auto delete unused files
  38. expireunused = false
  39. [alias]
  40. a = add
  41. c = commit
  42. d = diff
  43. s = status
  44. tree = log --graph --format=format:'%C(red)%G?%C(reset) %C(yellow)%h%C(reset)%C(blue)%d%C(reset) %C(dim green)%ar%C(reset) %C(white)%s%C(reset) %C(dim black)(%an, %ai)%C(reset)' --all
  45. x = annex