mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
3d871b4214
Summary: Refs D11990. When using `arc diff` with untracked files in the working copy, add the untracked file(s) to the commit (as they weren't stashed or ignored). Add the untracked paths to the list of changes in the editor template, indicating that the files were added to the commit. This doesn't add a separate prompt to add untracked files as per the behaviour prior to D11843. Test Plan: Ran `arc diff` with only untracked files, answered yes to the 'create new commit' prompt. Saw the commit-message with the updated changes including untracked files. Completed the arc template, and got commit containing uncommitted, unstaged and untracked files. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11995 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.arclint | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
= WHAT IS ARCANIST? = Arcanist is the command-line tool for [[http://phabricator.org/ | 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 [[http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html | here]]. For more information about Phabricator, see http://phabricator.org/. = LICENSE = Arcanist is released under the Apache 2.0 license except as otherwise noted.