mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
029e5a7c29
Summary: The `--no-verify` flag was not added until git 1.8.2. This flag is used to avoid running local pre-push hooks. This is likely a rare configuration and is safe to omit the flag on older versions. Users with local pre-push hooks **and** older git version may need to adjust their workfow. fixes T9310 Test Plan: * Ran `arc diff` with my real git 1.7.10.4 and succeeded with `STAGING PUSHED`. * Edited `getGitVersion` to be > 1.8.2 and pushed again. Got `STAGING FAILED` because `error: unknown option`. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: joshuaspence, epriestley Maniphest Tasks: T9310 Differential Revision: https://secure.phabricator.com/D14033 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
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 read more in the User Guide
For more information about Phabricator, see http://phabricator.org/.
LICENSE
Arcanist is released under the Apache 2.0 license except as otherwise noted.