Fix branch created response with start branch name option
There is a potential bug in userCommitFiles
. When startBranchName
attribute is provided, then gitaly responds with branchCreated: false
even though the new branch was created.
Edited by Vasilii Iakliushin