From 46894740317f106f109f0480f5adf65e36877406 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 23 May 2026 10:53:51 -0400 Subject: [PATCH] xo-cmake: bugfix: git subtree syntax --- bin/xo-build.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xo-build.in b/bin/xo-build.in index b585670b..7bf069fd 100644 --- a/bin/xo-build.in +++ b/bin/xo-build.in @@ -277,8 +277,8 @@ fi if [[ $split_umbrella_remote_flag -eq 1 ]]; then if [[ -n "$xoname" ]]; then - branch=$(git branch --show-current) - cmd="git subtree split --rejoin --prefix=$xoname $xoname ${branch}" + #branch=$(git branch --show-current) + cmd="git subtree split --rejoin --prefix=$xoname" if [[ $noop_flag -eq 1 ]]; then echo $cmd