#!/bin/sh
# Take a snapshot of master and next *after* making an
# "What's in git.git" announcement, for the next round.
git tag -f sa/master refs/heads/master
git tag -f sa/maint refs/heads/maint