From a84316b19e12ca7e906f6c1389381ee43f7dc4ef 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 --- xo-cmake/bin/xo-build.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xo-cmake/bin/xo-build.in b/xo-cmake/bin/xo-build.in index b585670b..7bf069fd 100644 --- a/xo-cmake/bin/xo-build.in +++ b/xo-cmake/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