diff options
author | Franck Cuny <franck@fcuny.net> | 2021-01-04 19:47:49 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-01-04 19:47:49 -0800 |
commit | 0454a3536bdef1657510faa1e472fc5aa9d518a7 (patch) | |
tree | e2b561ea5d6acc2b368641b57abab8ee5fd9dd9c /gitconfig | |
parent | make: split between Darwin and Linux (diff) | |
download | emacs.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-- | gitconfig | 22 |
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 |