Skip to content

Commit

Permalink
Add split-sh-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Apr 8, 2022
1 parent 09d21f9 commit 68845e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added bin/splitsh-lite-arm
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/subtree-release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LAST_TAG=`git tag -l --sort=committerdate | tail -n1`

function split()
{
SHA1_TAG=`./bin/splitsh-lite --prefix=$1 --target=tags/$LAST_TAG`
SHA1_TAG=`./bin/splitsh-lite-arm --prefix=$1 --target=tags/$LAST_TAG`
git push $2 "$SHA1_TAG:$CURRENT_BRANCH" $LAST_TAG
}

Expand Down
2 changes: 1 addition & 1 deletion bin/subtree-split
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function split()
# split_new_repo $1 $2


SHA1=`./bin/splitsh-lite --prefix=$1`
SHA1=`./bin/splitsh-lite-arm --prefix=$1`
git push $2 "$SHA1:$CURRENT_BRANCH"

# Use this to split a new branch
Expand Down

0 comments on commit 68845e9

Please sign in to comment.