gitconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. autostash = true
  22. [push]
  23. default = simple
  24. [tag]
  25. forceSignAnnotated = true
  26. [log]
  27. date = iso8601-strict
  28. [gcrypt]
  29. participants = 8D2902FE7DF47DDEDA2802F9456B9A0399A5DA2F
  30. publish-participants = false
  31. [annex]
  32. securehashesonly = true
  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. # fixes sync of repos inside encfs mounts
  40. ssh-options = -S~/.ssh/%r@%n:%p
  41. [alias]
  42. a = add
  43. c = commit
  44. d = diff
  45. p = push --verbose
  46. s = status
  47. t = for-each-ref --sort taggerdate --format '%(taggerdate:iso) %(objectname) %(tag)' refs/tags
  48. 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
  49. x = annex