Method: Git::Lib#diff_files

Defined in:
lib/git/lib.rb

#diff_files

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

compares the index and the working directory



953
954
955
# File 'lib/git/lib.rb', line 953

def diff_files
  diff_as_hash('diff-files')
end