@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at recaptime-dev/main 9 lines 232 B view raw
1#!/bin/sh 2 3echo "resources/celerity/map.php merge=celerity" \ 4 >> `dirname "$0"`/../../.git/info/attributes 5 6git config merge.celerity.name "Celerity Mapper" 7 8git config merge.celerity.driver \ 9 'php $GIT_DIR/../bin/celerity map'