mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
No description
4230292997
Summary: Author field is formatted with csprintf, which would be appropriate if the resulting string was concatenated into a shell command as a string -- but because the flags are passed as a vector of strings and not parsed by the shell, this results in extraneous shell quoting making it into to author field. In particular this renders my name as D'\''Anna instead of D'Anna Test Plan: Performed 'arc patch' with and without these changes, confirmed that my apostrophe was no longer mangled by shell quotes in the resulting commit. Reviewers: O1 Blessed Committers, speck Reviewed By: O1 Blessed Committers, speck Subscribers: MacFan4000, Ekubischta, speck, tobiaswiese, valerio.bozzolan Differential Revision: https://we.phorge.it/D25026 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Arcanist is the command-line tool for Phorge. It allows you to interact with Phorge installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can read more in the User Guide
For more information about Phorge, see https://phorge.it/.
LICENSE
Arcanist is released under the Apache 2.0 license except as otherwise noted.