From 55831e143bdb8d88100435759e3a61b54afb34a2 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Thu, 23 Oct 2014 16:45:16 +0300 Subject: [PATCH] robot: added better last commints diff format --- bin/robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot b/bin/robot index 40752fc8c..dad5a5d4f 100755 --- a/bin/robot +++ b/bin/robot @@ -27,7 +27,7 @@ RAILS_ENV=test bundle exec rake db:seed RAILS_ENV=test bundle exec rake assets:precompile echo "GIT_LAST_COMMITS" -git log origin/master -n 10 --pretty=oneline | sed -r '/^.{40} Merge branch/d' | sed -r 's/^.{40}/Latest: /' +git log --pretty='%s (%cn, %cr)' --abbrev-commit --graph --decorate -n 20 --no-color echo "END_OF_GIT_LAST_COMMITS" echo "RUBOCOP_RESULTS"