config_query  EMERALD_TRUNK  "Use git version?"  n

if [[ $EMERALD_TRUNK == y ]]
then
  config_query  EMERALD_TRUNK_AUTOUPDATE                         \
                "Update to the latest git on every cast?"  \
                n
fi
