]> git.zndr.dk Git - dotfiles.git/commit
Move git config to .config/git
authorJannik Zander <jannikz@gmail.com>
Fri, 20 May 2016 20:42:54 +0000 (22:42 +0200)
committerJannik Zander <jannikz@gmail.com>
Fri, 20 May 2016 20:42:54 +0000 (22:42 +0200)
commit9010c70206129a3124364017e80e19ecdbe3a1f0
tree790ed4a3a7d07cf2de21b58617bed825f53d4fdd
parentb7da61808d1c8d20614486d224ebd4b6945684d9
Move git config to .config/git
19 files changed:
.config/git/config [new file with mode: 0644]
.config/git/templates/config [new file with mode: 0644]
.config/git/templates/hooks/cscope [new file with mode: 0755]
.config/git/templates/hooks/ctags [new file with mode: 0755]
.config/git/templates/hooks/gtags [new file with mode: 0755]
.config/git/templates/hooks/post-applypatch [new file with mode: 0755]
.config/git/templates/hooks/post-checkout [new file with mode: 0755]
.config/git/templates/hooks/post-commit [new file with mode: 0755]
.config/git/templates/hooks/post-merge [new file with mode: 0755]
.config/git/templates/hooks/post-rewrite [new file with mode: 0755]
.git_template/hooks/cscope [deleted file]
.git_template/hooks/ctags [deleted file]
.git_template/hooks/gtags [deleted file]
.git_template/hooks/post-applypatch [deleted file]
.git_template/hooks/post-checkout [deleted file]
.git_template/hooks/post-commit [deleted file]
.git_template/hooks/post-merge [deleted file]
.git_template/hooks/post-rewrite [deleted file]
.gitconfig [deleted file]