Repository cloned with 1.5.0 uses wildcard refspec
[git/spearce.git] / WC
bloba493615478944866e8880393a0d5c3cbfacab492
1 #!/bin/sh
2 # Prepare "What's cooking in git.git"
4 master_at=$(git rev-parse --verify refs/heads/master)
5 next_at=$(git rev-parse --verify refs/heads/next)
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
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.
19 EOF
21 Meta/git-topic.perl --base=master | sed -e 's/^\*./*/'