2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Merge branch 'git-replay-merge-explicit-push' into 'master'

Explicitly push into the same named branch at the remote

See merge request isc-projects/bind9!424
This commit is contained in:
Ondřej Surý 2018-06-26 12:58:33 -04:00
commit 116a2333ec

View File

@ -155,7 +155,7 @@ resume() {
fi fi
fi fi
git push ${TARGET_REMOTE} -u ${REPLAY_BRANCH} git push ${TARGET_REMOTE} -u ${REPLAY_BRANCH}:${REPLAY_BRANCH}
REPLAY_COMMIT_TITLE="$(git show --format="%b" "${SOURCE_COMMIT}" 2>&1 | head -1)" REPLAY_COMMIT_TITLE="$(git show --format="%b" "${SOURCE_COMMIT}" 2>&1 | head -1)"