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 2963082 commit 2a622a7Copy full SHA for 2a622a7
lib/git/lib.rb
@@ -712,6 +712,7 @@ def log_common_options(opts)
712
arr_opts = []
713
714
arr_opts << "-#{opts[:count]}" if opts[:count]
715
+ arr_opts << "--no-color"
716
arr_opts << "--since=#{opts[:since]}" if opts[:since].is_a? String
717
arr_opts << "--until=#{opts[:until]}" if opts[:until].is_a? String
718
arr_opts << "--grep=#{opts[:grep]}" if opts[:grep].is_a? String
0 commit comments