From 0fadd46c2cdf692efa3040d8ba42f3fdaca599b1 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 2 May 2016 03:10:51 +0200 Subject: scripts: update rfc.sh to commit to the release-3.8 branch Change-Id: I61a4b0109197378858ebc9389f91cc745d4cbf9e Signed-off-by: Niels de Vos --- rfc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc.sh b/rfc.sh index d405a67d6fc..eb03843a173 100755 --- a/rfc.sh +++ b/rfc.sh @@ -17,7 +17,7 @@ done shift $((OPTIND-1)) -branch="master"; +branch="release-3.8"; set_hooks_commit_msg() { -- cgit