Jonathan Nieder wrote:
gettext 'You asked me to pull without telling me which branch you
want to OP_TYPE OP_PREP, and 'branch.CURR_BRANCH.merge' in
your configuration file does not tell me, either. Please
try again (e.g., 'git pull <repository> <refspec>').
See git-pull(1) for details.
' |
sed "
s/OP_TYPE/$op_type/g
s/OP_PREP/$op_prep/g
s/CURR_BRANCH/$curr_branch/g
"
Apparently this is what "gettext -e"/eval_gettext is for. Sorry for the
noise.
Jonathan