gitconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. # copy instead of hard-linking when unlocking
  33. thin = false
  34. # assistant: do not auto delete unused files
  35. expireunused = false
  36. [alias]
  37. a = add
  38. c = commit
  39. d = diff
  40. s = status
  41. 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
  42. x = annex