gitconfig 1.0 KB

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