summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xdoc/pick.sh2
1 files changed, 1 insertions, 1 deletions
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
ik.com> 2018-03-13 09:04:07 -0700 4221 - more docs about build process' href='/akkartik/mu/commit/build0?h=hlt&id=5763322b9cc8cf8c8caed6b62919a680ed907c9a'>5763322b ^
11f7f7b8 ^

5763322b ^
11f7f7b8 ^
f898ee7a ^
11f7f7b8 ^
f0cf7af7 ^

34514ae8 ^

f0cf7af7 ^


11f7f7b8 ^
5763322b ^


f0f16bdf ^
f0cf7af7 ^
5763322b ^
f0cf7af7 ^
53172ce1 ^
ecbdc925 ^
f0cf7af7 ^
c912b731 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36