Sha256: 4a72c96fd9f66c897bdac4f2c526c4944d2bffff4431e503530dc834ef7c446f
Contents?: true
Size: 363 Bytes
Versions: 31
Compression:
Stored size: 363 Bytes
Contents
require 'overcommit/hook/shared/submodule_status' module Overcommit::Hook::PostMerge # Checks the status of submodules in the current repository and # notifies the user if any are uninitialized, out of date with # the current index, or contain merge conflicts. class SubmoduleStatus < Base include Overcommit::Hook::Shared::SubmoduleStatus end end
Version data entries
31 entries across 29 versions & 2 rubygems