summary refs log tree commit diff
path: root/gitconfig
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-04 19:47:49 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-04 19:47:49 -0800
commit0454a3536bdef1657510faa1e472fc5aa9d518a7 (patch)
treee2b561ea5d6acc2b368641b57abab8ee5fd9dd9c /gitconfig
parentmake: split between Darwin and Linux (diff)
downloademacs.d-0454a3536bdef1657510faa1e472fc5aa9d518a7.tar.gz
git: store configuration under XDG_CONFIG_HOME
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the
configuration files there.
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/gitconfig b/gitconfig
deleted file mode 100644
index 02ec952..0000000
--- a/gitconfig
+++ /dev/null
@@ -1,22 +0,0 @@
-[color]
-	ui = true
-
-[push]
-	default = simple
-
-[core]
-	whitespace = trailing-space,space-before-tab
-	excludesfile = ~/.gitignore
-
-[branch]
-	autosetuprebase = remote
-
-[include]
-	path = ~/.gitconfig.private
-
-[http]
-	postBuffer = 524288000
-
-[alias]
-	s = status --short --branch
-	amend = commit --amend --no-edit