xorg-xorgproto/attic/merge-protos

7 lines
166 B
Text
Raw Normal View History

#!/bin/sh
for i in `cat protos | grep -v x11proto`; do
git merge --allow-unrelated-histories $i/master --commit --no-edit -m"Merge $i"
./move-protos $i
done