Sha256: 68cc88f39fbbcb7c69cb3f85fa87caedf482e84dab3b16a99f2f57222c939fed
Contents?: true
Size: 364 Bytes
Versions: 31
Compression:
Stored size: 364 Bytes
Contents
require 'overcommit/hook/shared/submodule_status' module Overcommit::Hook::PostCommit # 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