Method: Git::Lib#diff_files
- Defined in:
- lib/git/lib.rb
#diff_files ⇒ Object
compares the index and the working directory
399 400 401 |
# File 'lib/git/lib.rb', line 399 def diff_files diff_as_hash('diff-files') end |
compares the index and the working directory
399 400 401 |
# File 'lib/git/lib.rb', line 399 def diff_files diff_as_hash('diff-files') end |