chiark
/
gitweb
/
~mdw
/
tripe
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
server/keymgmt.c: Trace the bulk-transform name.
[tripe]
/
maint-utils
/
make-bleeding
1
#! /bin/sh
2
3
set -e
4
bleeding="python privsep"
5
for i in $bleeding; do
6
git checkout $i
7
stg rebase master
8
done
9
git branch -D bleeding
10
git checkout -b bleeding master
11
git merge $bleeding