mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Update
This commit is contained in:
2
get.sh
2
get.sh
@@ -21,6 +21,8 @@ for hash in $list ; do
|
|||||||
echo Reverting:
|
echo Reverting:
|
||||||
echo $(git log -1 --format=oneline $hash)
|
echo $(git log -1 --format=oneline $hash)
|
||||||
# git revert $hash
|
# git revert $hash
|
||||||
|
hash=$(echo $hash | head -c 10)
|
||||||
|
echo $hash
|
||||||
git rebase --onto $hash^ $hash
|
git rebase --onto $hash^ $hash
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user