gitconfig 957 B

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