module Overcommit

rubocop:disable Metrics/ClassLength, Metrics/CyclomaticComplexity, Metrics/MethodLength

Global application constants.

Returns the version of the available git binary.

This is intended to be used to conveniently execute code based on a specific git version. Simply compare to a version string:

@example

if GIT_VERSION <= '1.8.5'
  ...
end

Defines the gem version.

Constants

BUG_REPORT_URL
CONFIG_FILE_NAME
GIT_VERSION
HOME
HOOK_DIRECTORY
REPO_URL
VERSION