We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23afe0c commit e699a2cCopy full SHA for e699a2c
lib/octostat/git.rb
@@ -16,6 +16,7 @@ def env
16
17
def count
18
return @count if @count
19
+ puts "Calculating commit count..."
20
@count ||= Open3.capture2(*count_command, chdir: path).first.to_i
21
end
22
0 commit comments