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