We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff3320 commit 675c5c5Copy full SHA for 675c5c5
git-all
@@ -31,7 +31,7 @@ module GitUpdate
31
if lines.empty?
32
@last_empty = true
33
else
34
- puts lines.first(10)
+ puts lines.first(10).map { |line| line[0...80] }
35
if lines.size > 10
36
puts "... (and #{lines.size - 10} more)"
37
end
0 commit comments