kHooksSignature constant

Set<String> const kHooksSignature

Set of supported Git hooks

Implementation

static const Set<String> kHooksSignature = {
  "applypatch-msg",
  "commit-msg",
  "fsmonitor-watchman",
  "post-update",
  "pre-applypatch",
  "pre-commit",
  "pre-merge-commit",
  "pre-push",
  "pre-rebase",
  "pre-receive",
  "prepare-commit-msg",
  "push-to-checkout",
  "update",
  // new supported
  "post-install",
  "pre-uninstall",
};