Update hook wrapper script's comments.
This commit is contained in:
parent
91ad697354
commit
de2b4db7ef
4 changed files with 16 additions and 3 deletions
10
.gitattributesdb
Normal file
10
.gitattributesdb
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# This is the gitattributesdb database file.
|
||||||
|
# Do not manually edit this file - any changes will be overwritten.
|
||||||
|
|
||||||
|
LmdpdGhvb2tz 1778779457.724471475 1778779491.422471447 1001:100 0755 - -
|
||||||
|
LmdpdGhvb2tzL2dpdGF0dHJpYnV0ZXNkYg== 1778778883.764471947 1778778891.714471940 1001:100 0755 - -
|
||||||
|
LmdpdGhvb2tzL3Bvc3QtY2hlY2tvdXQ= 1778779436.585471492 1778779497.117471443 1001:100 0755 - -
|
||||||
|
LmdpdGhvb2tzL3Bvc3QtbWVyZ2U= 1778779447.962471483 1778779497.118471443 1001:100 0755 - -
|
||||||
|
LmdpdGhvb2tzL3ByZS1jb21taXQ= 1778779457.722471475 1778779497.118471443 1001:100 0755 - -
|
||||||
|
LmdpdG1vZHVsZXM= 1778778883.772471947 1778778883.776471947 1001:100 0644 - -
|
||||||
|
UkVBRE1F 1778779360.661471555 1778779364.698471551 1001:100 0644 - -
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Store/restore the attributes of files:
|
||||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Store/restore the attributes of files:
|
||||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Store/restore the attributes of files:
|
||||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue