xorg-xorgproto/merge-protos
Keith Packard 80ceb11c62 Add files used to merge the repositories
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-12-13 15:48:10 -08:00

6 lines
166 B
Bash

#!/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