summary refs log blame commit diff stats
path: root/test/testdir/zerobytes
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain) (tree)
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transpa

e beginning # of the commit message. MASTER_BRANCH='master' CUSTOM_BRANCH='hut' ORIGINAL_BRANCH=`git branch 2>/dev/null|grep -e ^* | tr -d \*\ ` git checkout -m $MASTER_BRANCH while read -r hash tag rest; do if [ $tag != 'custom:' ]; then git cherry-pick $hash || exit 1 fi done < <(git log --oneline --no-color $MASTER_BRANCH..$CUSTOM_BRANCH | tac) git checkout -m $CUSTOM_BRANCH git rebase $MASTER_BRANCH git checkout -m $ORIGINAL_BRANCH