Minor fixes to WC and WI script

Junio C Hamano committed Aug 10, 2008 at 00:46 UTC f4d2f0c2b620eb0bd14b07580d7dbee188a452a1
2 files changed +7 -5
WC
+3 -1
index 6a16784fe3..3e60c3ad79 100755 --- a/WC +++ b/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
WI
+4 -4
index cc8f6aa135..5c52cd91db 100755 --- a/WI +++ b/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)