lib/rgitflow/git_ext/lib.rb in rgitflow-0.2.0.pre.alpha.pre.21 vs lib/rgitflow/git_ext/lib.rb in rgitflow-0.2.0.pre.alpha.pre.22

- old
+ new

@@ -11,15 +11,6 @@ arr_opts << remote command('push', arr_opts + [branch]) command('push', ['--tags'] + arr_opts) if opts[:tags] end - - def diff_shortstat(obj1 = 'HEAD', obj2 = nil, opts = {}) - diff_opts = ['--shortstat'] - diff_opts << obj1 - diff_opts << obj2 if obj2.is_a?(String) - diff_opts << '--' << opts[:path_limiter] if opts[:path_limiter].is_a? String - - command('diff', diff_opts) - end end \ No newline at end of file