Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15434033
D21589.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
749 B
Referenced Files
None
Subscribers
None
D21589.diff
View Options
diff --git a/src/land/engine/ArcanistLandEngine.php b/src/land/engine/ArcanistLandEngine.php
--- a/src/land/engine/ArcanistLandEngine.php
+++ b/src/land/engine/ArcanistLandEngine.php
@@ -780,13 +780,15 @@
$display_summary = $commit->getDisplaySummary();
if ($is_implicit) {
+ // NOTE: Mark commits with both a color and a character so the marking
+ // survives copy/paste.
echo tsprintf(
- " <bg:yellow> %s </bg> %s\n",
+ " ! <bg:yellow> %s </bg> %s\n",
$display_hash,
$display_summary);
} else {
echo tsprintf(
- " %s %s\n",
+ " %s %s\n",
$display_hash,
$display_summary);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 1:36 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7721613
Default Alt Text
D21589.diff (749 B)
Attached To
Mode
D21589: Add a character marker to the "IMPLICIT COMMITS" warning in "arc land"
Attached
Detach File
Event Timeline
Log In to Comment