mirror of
https://github.com/git/git.git
synced 2026-01-17 06:13:11 +00:00
Meta/WCBCC: an experiment
This commit is contained in:
17
WCBCC
Executable file
17
WCBCC
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
BASE=${1-HEAD}
|
||||
|
||||
(
|
||||
echo pu
|
||||
sed -ne 's/^\* \([^ ]*\) ([-0-9]*) [1-9][0-9]* commits\{0,1\}$/\1/p' \
|
||||
Meta/whats-cooking.txt
|
||||
|
||||
git -C Meta/ cat-file blob "${BASE}:whats-cooking.txt" |
|
||||
sed -ne 's/^X-master-at: / --not /p' -e '/^$/q'
|
||||
) |
|
||||
xargs git shortlog -s -e --no-merges |
|
||||
sed -e 's/.*</ </' -e '$q' -e 's/$/,/'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user