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( - " %s %s\n", + " ! %s %s\n", $display_hash, $display_summary); } else { echo tsprintf( - " %s %s\n", + " %s %s\n", $display_hash, $display_summary); }