[git] remove custom template for new repositories
This commit is contained in:
parent
065ae919ee
commit
01c9ec53b9
7 changed files with 0 additions and 22 deletions
|
@ -1 +0,0 @@
|
|||
Unnamed repository; edit this file 'description' to name the repository.
|
|
@ -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"
|
|
@ -1,2 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
.git/hooks/ctags >/dev/null 2>&1 &
|
|
@ -1,2 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
.git/hooks/ctags >/dev/null 2>&1 &
|
|
@ -1,2 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
.git/hooks/ctags >/dev/null 2>&1 &
|
|
@ -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]
|
||||
# *~
|
|
@ -1,6 +1,3 @@
|
|||
[init]
|
||||
templatedir = ~/.git_template
|
||||
|
||||
[alias]
|
||||
a = add
|
||||
aa = add --all
|
||||
|
|
Loading…
Add table
Reference in a new issue