From 122799c5bc7b67b572b4ca6a30799fefc75850bb Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Mon, 27 Mar 2017 10:18:32 -0400 Subject: [PATCH] Updated git submodules Project: integration/test master 508286169cac677c00b264580a5d02548bde0323 Make commit message queries more url friendly When searching for commit messages like: "Bug 7915 - Zero flows populated in all switches when connected to Leader Node" the - is interpreted as a control character. gerrit query expects to see spaces as +, _ or -1, so thsi patch converts to + and you end up with: "Bug+7915+-+Zero+flows+populated+in+all+switches+when+connected +to+Leader+Node" Change-Id: I1c07bcd0dc4960ec845d3fb03bd41212363cfa44 Signed-off-by: Sam Hague --- docs/submodules/integration/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/integration/test b/docs/submodules/integration/test index 0a703c942..508286169 160000 --- a/docs/submodules/integration/test +++ b/docs/submodules/integration/test @@ -1 +1 @@ -Subproject commit 0a703c942c4eb4c899ceb534690d9dca66970b36 +Subproject commit 508286169cac677c00b264580a5d02548bde0323 -- 2.36.6