xorg-xorgproto/attic/merge-protos
Adam Jackson 866582439a Move the migration scripts and data to the attic
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-02-01 15:07:35 -05: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