mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-23 14:00:55 +01:00
No description
545f51a4fb
Summary: In cases where a codebase is not UTF-8, we will attempt an conversion, if an alternative encoding is given/configured. This is now possible in two ways: - by configuring one under repository tracking in diffusion - by passing an --encoding option to the workflow If the first is not available we will make a conduit call to do an extra check and see if an encoding is configured directly with phabricator. Test Plan: Tried various diffs with known encodings (mostly ISO-8859-1), and passed it in, via stdin, or downloaded a known problematic revision from phabricator, and they applied where they otherwise failed. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Maniphest Tasks: T452 Differential Revision: https://secure.phabricator.com/D1880 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/