1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/scripts/celerity/install_merge.sh

10 lines
232 B
Bash
Raw Normal View History

#!/bin/sh
echo "resources/celerity/map.php merge=celerity" \
>> `dirname "$0"`/../../.git/info/attributes
git config merge.celerity.name "Celerity Mapper"
git config merge.celerity.driver \
'php $GIT_DIR/../bin/celerity map'