1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications/repository
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
..
constants/repositorytype Add Mercurial repository configuration and local pull support 2011-09-14 07:28:22 -07:00
controller Convert "falsey" binary hunks if we have a repository encoding 2011-10-28 08:04:57 -07:00
daemon Run a commit discovery daemon only once 2011-10-25 14:25:40 -07:00
parser Improve Diffusion parser linking of author names 2011-09-27 11:04:49 -07:00
storage Tie all the pieces for symbol cross-references together 2011-10-09 17:58:17 -07:00
worker Use Git's encoding flag instead of MBString 2011-11-12 01:01:41 +00:00