initialize GIT_COMMITS variable

This commit is contained in:
Jérémy Lecour 2019-03-09 22:03:25 +01:00
parent 44d83dd474
commit ca62314864

View file

@ -113,7 +113,6 @@ print_options() {
}
hook_commit() {
GIT_COMMITS=""
if test -x "${GIT_BIN}"; then
# loop on possible directories managed by GIT
@ -195,8 +194,9 @@ test -f /etc/evomaintenance.cf && . /etc/evomaintenance.cf
[ -n "${DRY_RUN}" ] || DRY_RUN=0
[ -n "${VERBOSE}" ] || VERBOSE=0
# initialize variable
# initialize variables
MESSAGE=""
GIT_COMMITS=""
# Parse options
# based on https://gist.github.com/deshion/10d3cb5f88a21671e17a