Sha256: da179a0037c7e7ad9a7f984f2ddbcbfefa973d0ce3981a70809a3716fbc0c61d
Contents?: true
Size: 202 Bytes
Versions: 12
Compression:
Stored size: 202 Bytes
Contents
require 'git/diff' Git::Diff.class_eval do def diff_shortstat unless @cached_shortstat @cached_shortstat = @base.lib.diff_shortstat(@from, @to, {:path_limiter => @path}) end end end
Version data entries
12 entries across 12 versions & 1 rubygems