mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Minor fixes to WC and WI script
This commit is contained in:
parent
67d7e9cfdf
commit
f4d2f0c2b6
4
WC
4
WC
@ -46,4 +46,6 @@ last=$(
|
||||
cd Meta &&
|
||||
git ls-tree -r --name-only HEAD "whats/cooking" | tail -n 1
|
||||
)
|
||||
Meta/UWC <"Meta/$last"
|
||||
|
||||
sed -e 's/^\[New Topics\]$/[Old New Topics]/' "Meta/$last" |
|
||||
Meta/UWC
|
||||
|
||||
8
WI
8
WI
@ -35,10 +35,10 @@ exec >"Meta/$lead/$issue.txt"
|
||||
|
||||
cat <<EOF
|
||||
Subject: What's in git.git ($monthname $year, #$issue; $dow, $date)
|
||||
X-maint-at: $maint_at"
|
||||
X-master-at: $master_at"
|
||||
X-maint-was: $maint_was"
|
||||
X-master-was: $master_was"
|
||||
X-maint-at: $maint_at
|
||||
X-master-at: $master_at
|
||||
X-maint-was: $maint_was
|
||||
X-master-was: $master_was
|
||||
|
||||
What's in git.git ($monthname $year, #$issue; $dow, $date)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user