Method: Git::Lib#required_command_version

Defined in:
lib/git/lib.rb

#required_command_version

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.



1663
1664
1665
# File 'lib/git/lib.rb', line 1663

def required_command_version
  [2, 28]
end