Add gitattributesdb support. Update bash startup files. Small changes to other files.
This commit is contained in:
parent
e6fa97ecda
commit
93e8fe1e3f
22 changed files with 742 additions and 620 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Store/restore the attributes of files:
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}"
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue