[git] remove custom template for new repositories

This commit is contained in:
Fernando Schauenburg 2016-02-07 14:48:06 +01:00
parent 065ae919ee
commit 01c9ec53b9
7 changed files with 0 additions and 22 deletions

View file

@ -1 +0,0 @@
Unnamed repository; edit this file 'description' to name the repository.

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
set -e
dir="$(git rev-parse --git-dir)"
trap 'rm -f "$dir/$$.tags"' EXIT
git ls-files | "${CTAGS:-ctags}" --tag-relative -L - -f "$dir/$$.tags"
mv "$dir/$$.tags" "$dir/tags"

View file

@ -1,2 +0,0 @@
#!/usr/bin/env bash
.git/hooks/ctags >/dev/null 2>&1 &

View file

@ -1,2 +0,0 @@
#!/usr/bin/env bash
.git/hooks/ctags >/dev/null 2>&1 &

View file

@ -1,2 +0,0 @@
#!/usr/bin/env bash
.git/hooks/ctags >/dev/null 2>&1 &

View file

@ -1,6 +0,0 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

View file

@ -1,6 +1,3 @@
[init]
templatedir = ~/.git_template
[alias]
a = add
aa = add --all