mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-23 12:09:09 +01:00
No description
Summary: Piping data around on Windows doesn't work well when it contains zany characters like "null" and "newline". Fixes T3266. Instead of piping data into `git apply`, write to a temporary file. Test Plan: Ran `arc patch`, got good results. >>> [17] <exec> $ git apply --index --reject -- '/private/var/folders/8k/c3vkmjy5335gcxdzxkhwq82w0000gn/T/7z9iea6srikoo0sc/4266-ZEyvz9' Reviewers: btrahan, hach-que Reviewed By: hach-que CC: aran Maniphest Tasks: T3266 Differential Revision: https://secure.phabricator.com/D6070 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
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/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.