gitconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. [log]
  24. date = iso8601-strict
  25. [gcrypt]
  26. participants = 8D2902FE7DF47DDEDA2802F9456B9A0399A5DA2F
  27. publish-participants = false
  28. [annex]
  29. securehashesonly = true
  30. largefiles = not (include=*.yaml or include=*.yml or include=*.url)
  31. autocommit = false
  32. synccontent = true
  33. # copy instead of hard-linking when unlocking
  34. thin = false
  35. # assistant: do not auto delete unused files
  36. expireunused = false
  37. [alias]
  38. a = add
  39. c = commit
  40. d = diff
  41. s = status
  42. 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
  43. x = annex