.ssh/config: cosmo8: -User; it is not used by Termux.
[nethome.git] / .gitconfig
index 0b649b0..e37f907 100644 (file)
@@ -1,4 +1,43 @@
 [user]
-       email = jan.kratochvil@redhat.com
+       name = Jan Kratochvil
+       email = jan@jankratochvil.net
+[include]
+       path = .gitconfig.local
+[init]
+       defaultBranch = master
 [merge]
        conflictstyle = diff3
+       renamelimit = 10000
+[color]
+       ui = never
+[pull]
+       ff = only
+#      rebase = true
+
+# golang:
+#[http]
+#      cookiefile = /home/jkratoch/.gitcookies
+[alias]
+       co = checkout
+       ci = commit
+       st = status
+       br = branch
+       hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+[pager]
+       branch = off
+[branch]
+       sort = committerdate
+# FIXME: It does not work:
+#[blame]
+#        ignoreRevsFile = ~/.gitconfig-ignoreblamecommit
+[format]
+       signature =
+
+# Big files cludge:
+#[core]
+#      compression=1
+#      bigFileThreshold=100g
+#[pack]
+#      depth=2
+#      window=2
+#      threads=1