mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
9 lines
228 B
Bash
Executable File
9 lines
228 B
Bash
Executable File
#!/bin/sh
|
|
# Take a snapshot of master and next *after* making an
|
|
# "What's in git.git" announcement, for the next round.
|
|
|
|
git update-ref refs/hold/sa/master refs/heads/master
|
|
git update-ref refs/hold/sa/maint refs/heads/maint
|
|
|
|
|