1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/repository/worker
John Stockdale 501c90bb30 Use Git's encoding flag instead of MBString
Summary:
0d5b0f21ad added string conversion but MBString always needs an argument for endcoding.

It looks like we can get away with doing this in git instead, with the --encoding='UTF-8' flag. Then we should be safe to remove the test for output type, and stay UTF-8 safe.

Test Plan:
Run updaters with change. Verify commits are updated.

Reviewers: epriestley

CC:

Differential Revision: 1108
2011-11-12 01:01:41 +00:00
..
base Make all parsers use credentials 2011-09-28 11:01:47 -07:00
commitchangeparser Unbreak slop in commit change parser. 2011-10-02 12:37:25 -07:00
commitmessageparser Use Git's encoding flag instead of MBString 2011-11-12 01:01:41 +00:00
herald Add an optional configuration option to set 'Precedence: bulk' headers on 2011-10-23 14:25:13 -07:00