mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-19 21:49:21 +00:00
add vendoring with go dep
This commit is contained in:
13
vendor/github.com/vmware/govmomi/scripts/contributors.sh
generated
vendored
Executable file
13
vendor/github.com/vmware/govmomi/scripts/contributors.sh
generated
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
file="$(git rev-parse --show-toplevel)/CONTRIBUTORS"
|
||||
|
||||
cat <<EOF > "$file"
|
||||
# People who can (and typically have) contributed to this repository.
|
||||
#
|
||||
# This script is generated by $(basename "$0")
|
||||
#
|
||||
|
||||
EOF
|
||||
|
||||
git log --format='%aN <%aE>' | sort -uf >> "$file"
|
||||
Reference in New Issue
Block a user