projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
TODO updates
[git]
/
SA
1
#!/bin/sh
2
# Take a snapshot of master and next *after* making an
3
# "What's in git.git" announcement, for the next round.
4
5
git tag -f sa/master refs/heads/master
6
git tag -f sa/maint refs/heads/maint
7