Page MenuHomePhabricator

D11990.diff
No OneTemporary

D11990.diff

diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -881,7 +881,7 @@
}
$should_commit = false;
- if ($unstaged || $uncommitted) {
+ if ($untracked || $unstaged || $uncommitted) {
// NOTE: We're running this because it builds a cache and can take a
// perceptible amount of time to arrive at an answer, but we don't want

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 5, 7:53 AM (4 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224037
Default Alt Text
D11990.diff (469 B)

Event Timeline