Skip to content

Commit cb56426

Browse files
committed
Meta/WCBCC: an experiment
1 parent d194027 commit cb56426

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

WCBCC

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/bin/sh
2+
3+
BASE=${1-HEAD}
4+
5+
(
6+
echo pu
7+
sed -ne 's/^\* \([^ ]*\) ([-0-9]*) [1-9][0-9]* commits\{0,1\}$/\1/p' \
8+
Meta/whats-cooking.txt
9+
10+
git -C Meta/ cat-file blob "${BASE}:whats-cooking.txt" |
11+
sed -ne 's/^X-master-at: / --not /p' -e '/^$/q'
12+
) |
13+
xargs git shortlog -s -e --no-merges |
14+
sed -e 's/.*</ </' -e '$q' -e 's/$/,/'
15+
16+
17+

0 commit comments

Comments
 (0)