From 26dce0988cb3e5b0425f05e407fb504e1aa0f0e1 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 9 Feb 2010 14:23:29 +0100 Subject: doc/pick.sh: corrected commit order --- doc/pick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/pick.sh b/doc/pick.sh index 348ae6f3..e5f18da4 100755 --- a/doc/pick.sh +++ b/doc/pick.sh @@ -18,7 +18,7 @@ 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) +done < <(git log --oneline --no-color $MASTER_BRANCH..$CUSTOM_BRANCH | tac) git checkout -m $CUSTOM_BRANCH git rebase $MASTER_BRANCH -- cgit 1.4.1-2-gfad0