mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
No description
07fba2a49b
Summary: Arc lint for git is currently adding all untracked files when it amends the commit with lint fixes. This changes the git add -A to be git add -u. This only adds files that were already tracked. -A was adding untracked files as well which was not the desired behavior here. Test Plan: Create an untracked file. Commit a lint failure another file. arc diff and choose to amend the lint patches. Verify that the untracked file was not added but the tracked file was amended. Reviewers: epriestley, wez, chad Reviewed By: chad CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5731 |
||
---|---|---|
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.