Homec4science

Use Git's encoding flag instead of MBString

Authored by John Stockdale <jstockdale@gmail.com> on Nov 12 2011, 01:06.

Description

Use Git's encoding flag instead of MBString

Summary:
0d5b0f21ad2bc03988b007b017e44d4210ab9645 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

Details

Committed
John Stockdale <jstockdale@gmail.com>Nov 12 2011, 02:01
Pushed
aubortJan 31 2017, 17:16
Parents
rPH5c21b5345d28: execx ==> execxLocalCommand for git libraries in diffusion
Branches
Unknown
Tags
Unknown

Event Timeline

John Stockdale <jstockdale@gmail.com> committed rPH501c90bb30ab: Use Git's encoding flag instead of MBString (authored by John Stockdale <jstockdale@gmail.com>).Nov 12 2011, 02:01