Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15283574
D11990.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
469 B
Referenced Files
None
Subscribers
None
D11990.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11990: Check for untracked files in order to fire untracked file prompt
Attached
Detach File
Event Timeline
Log In to Comment