Sha256: 9ec9e70f46c2f1cc5edf0d9b000bf14cc41c59c2e70535a6a90dd7dd1e354751
Contents?: true
Size: 394 Bytes
Versions: 28
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true 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
28 entries across 28 versions & 2 rubygems