]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Minor fixes to WC and WI script
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2008 07:46:38 +0000 (00:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2008 07:46:38 +0000 (00:46 -0700)
WC
WI

diff --git a/WC b/WC
index 6a16784fe3ee686acb3c7fff19da8bd2abe080c8..3e60c3ad79f67699be8509960874eba890827c64 100755 (executable)
--- 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
diff --git a/WI b/WI
index cc8f6aa135f4fd44e3e4653cc1ca7c691f709069..5c52cd91dbc644cb9130b8aed476181f8146e112 100755 (executable)
--- 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)