diff options
author | Parabola git <git@parabola.nu> | 2016-07-08 00:55:19 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2016-07-08 00:55:19 +0000 |
commit | 3eb16d93bf95b2a7d40fb1607622cab1e2f4b81e (patch) | |
tree | 6b971400f294f1b5b5bfd34ef93924715bdd7c75 /update-gitmeta | |
parent | 4fe7bac236d7c1895271bf15bdb9dda1253ec230 (diff) |
redo hooks infrastructure (yay git 2.9 core.hooksPath)
Diffstat (limited to 'update-gitmeta')
-rwxr-xr-x | update-gitmeta | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/update-gitmeta b/update-gitmeta deleted file mode 100755 index f5460bb..0000000 --- a/update-gitmeta +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -e -message="$1" - -cd -export GIT_DIR="$PWD/.gitmeta" -if [[ -n $(git status -s .) ]]; then - git add . - git commit -m "$message" -fi -git pull -git push origin master |