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