diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:09:15 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:09:15 -0400 |
commit | ec84245acf295f36d8300519a5961c5fd60eea26 (patch) | |
tree | e38b113677435a46cb05a5f3929eb7d7e86f9726 | |
parent | 56f0028233aae029d387321871da34db00c56505 (diff) | |
download | configs-ec84245acf295f36d8300519a5961c5fd60eea26.tar.gz configs-ec84245acf295f36d8300519a5961c5fd60eea26.tar.xz configs-ec84245acf295f36d8300519a5961c5fd60eea26.zip |
git: move global config and ignore to $XDG_CONFIG_HOME/git
-rw-r--r-- | .config/git/config (renamed from .gitconfig) | 11 | ||||
-rw-r--r-- | .config/git/ignore (renamed from .gitignore_global) | 0 |
2 files changed, 5 insertions, 6 deletions
diff --git a/.gitconfig b/.config/git/config index d83d9c9..35f1eb9 100644 --- a/.gitconfig +++ b/.config/git/config @@ -7,12 +7,11 @@ gpgsign = true # [format] -# signoff = true +# signoff = true [core] autocrlf = input # CRLF -> LF on commit editor = emacsclient -t - excludesfile = ~/.gitignore_global pager = "less" [gpg] @@ -48,10 +47,10 @@ new = green bold old = red bold -[status] - # showUntrackedFiles = all - # short=true - # branch=true +# [status] +# # showUntrackedFiles = all +# short=true +# branch=true [github] user = aminb diff --git a/.gitignore_global b/.config/git/ignore index e686538..e686538 100644 --- a/.gitignore_global +++ b/.config/git/ignore |