;;
esac
+# first, sync with FSL git repos
+runcmd git checkout wrapfs
+runcmd git pull
+runcmd git pull --tags
runcmd git checkout master
+runcmd git pull
+runcmd git pull --tags
runcmd git describe
+# next, pull updates from kernel.org
runcmd git pull korg ${BRANCH}
runcmd git pull --tags korg ${BRANCH}
runcmd git describe
+# finally, try to merge korg changes onto wrapfs branch
runcmd git checkout wrapfs
runcmd git describe
runcmd git merge --no-edit master