mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
No description
9c056c5cc8
Summary: Fixes T9455. Depends on D14136. When you have a dirty submodule: $ nano submodule/file.c # save changes ...we currently ask you to make a commit when you run `arc diff`, which is meaningless and misleading. Instead, prompt the user separately. This behavior isn't perfect but I think it's about the best we can do within reason. Test Plan: - Ran `arc diff` in a working copy with uncommitted submodule changes only, got new prompt. - Ran `arc diff` in a working copy with submodule base commit changes only, got old (correct) prompt. - Ran `arc diff` in a working copy with both, got only old prompt (which is incomplete, but reasonable/meaningful). Reviewers: chad Reviewed By: chad Maniphest Tasks: T9455 Differential Revision: https://secure.phabricator.com/D14137 |
||
---|---|---|
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.