# File lib/grit/repo.rb, line 289
def
diff
(
a
,
b
,
*
paths
)
self
.
git
.
diff
({},
a
,
b
,
'--'
,
*
paths
)
end