Replying.

master
intrigeri 2010-12-07 11:35:32 +01:00
parent 449db24c67
commit f8555c9ae1
1 changed files with 11 additions and 0 deletions

View File

@ -48,3 +48,14 @@ and decided this time it was really needed to implement this feature.
>> $untainted{$key} = possibly_foolish_untaint($tainted->{key});
>>
>> --[[smcv]]
>>> You are fully right about the complex `$config` entries. I'll
>>> convert this to use what you are suggesting, i.e. what we ended up
>>> choosing for the `po_slave_languages` setting.
>>>
>>> About the merges in this branch: Joey told me once he did not care
>>> about this; moreover the `--no-merges` git log option makes it
>>> easy to filter these out. I'll try merging tagged releases only in
>>> the future, though.
>>>
>>> --[[intrigeri]]