gitconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. autocommit = false
  33. synccontent = true
  34. # copy instead of hard-linking when unlocking
  35. thin = false
  36. # assistant: do not auto delete unused files
  37. expireunused = false
  38. [alias]
  39. a = add
  40. c = commit
  41. d = diff
  42. s = status
  43. 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 cyan)(%an, %ai)%C(reset)' --all
  44. x = annex