Skip to content

Commit 32e72b6

Browse files
author
Junio C Hamano
committed
Add introductory comments to WC
1 parent d74c654 commit 32e72b6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

WC

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@
44
master_at=$(git rev-parse --verify refs/heads/master)
55
next_at=$(git rev-parse --verify refs/heads/next)
66

7-
echo "To: git@vger.kernel.org"
8-
echo "Subject: What's cooking in git.git (topics)"
9-
echo "X-master-at: $master_at"
10-
echo "X-next-at: $next_at"
7+
8+
cat <<EOF
9+
To: git@vger.kernel.org
10+
Subject: What's cooking in git.git (topics)
11+
X-master-at: $master_at
12+
X-next-at: $next_at
13+
14+
Here are the topics that have been cooking. Commits prefixed
15+
with '-' are only in 'pu' while commits prefixed with '+' are
16+
in 'next'. The topics list the commits in reverse chronological
17+
order.
18+
19+
EOF
1120

1221
Meta/git-topic.perl --base=master | sed -e 's/^\*./*/'
1322

0 commit comments

Comments
 (0)