mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
2d269aefed
Summary: This changes what --nobranch does, though not what it means. In git, the patch is applied to the git commit it is based off where it will commit cleanly, and if you specify --nobranch then arc-patch will then switch back to your original branch and try to cherry-pick the commit there. If this fails, you end up with merge-conflict markers in the file which can be handy. Test Plan: https://secure.phabricator.com/P572 Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3712 |
||
---|---|---|
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/