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
@@ -46,4 +46,6 @@ last=$(
46
cd Meta &&
47
git ls-tree -r --name-only HEAD "whats/cooking" | tail -n 1
48
)
49
-Meta/UWC <"Meta/$last"
49
+
50
+sed -e 's/^\[New Topics\]$/[Old New Topics]/' "Meta/$last" |
51
+Meta/UWC
WI
+4
-4
@@ -35,10 +35,10 @@ exec >"Meta/$lead/$issue.txt"
35
36
cat <<EOF
37
Subject: What's in git.git ($monthname $year, #$issue; $dow, $date)
38
-X-maint-at: $maint_at"
39
-X-master-at: $master_at"
40
-X-maint-was: $maint_was"
41
-X-master-was: $master_was"
38
+X-maint-at: $maint_at
39
+X-master-at: $master_at
40
+X-maint-was: $maint_was
41
+X-master-was: $master_was
42
43
What's in git.git ($monthname $year, #$issue; $dow, $date)
44