From 5b3c230b995f6fd2480fe2137cd1ec4d689bce82 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 29 Oct 2014 18:35:26 -0200 Subject: [PATCH] ci.rake: drop git log; the ci system should do it --- lib/tasks/ci.rake | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index ea84489..072a1a7 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -8,10 +8,6 @@ namespace :ci do to = ENV['HEAD'] || current_branch changed_files = `git diff --name-only #{from}..#{to}`.split - unless $stdout.isatty - sh "git", "log", "--name-status", "#{from}..#{to}" - end - # explicitly changed tests tests = changed_files.select { |f| f =~ /test\/.*_test\.rb$/ } features = changed_files.select { |f| f =~ /\.feature$/ } -- libgit2 0.21.2