From 8bde38923f19acf2b91495381eb747b9259c9628 Mon Sep 17 00:00:00 2001 From: brainopia Date: Wed, 18 Jan 2012 09:46:38 +0400 Subject: [PATCH] Ability to run smart-log in silent mode --- bin/git-smart-log | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-smart-log b/bin/git-smart-log index 3cdb22c..5468ec3 100755 --- a/bin/git-smart-log +++ b/bin/git-smart-log @@ -4,4 +4,5 @@ $:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib')) require 'git-smart' +$stdout = STDERR GitSmart.run('smart-log', ARGV)