#!/usr/bin/ruby

$:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib'))

require 'git-smart'

GitSmart.run('smart-log', ARGV)
