Summary
The allows git hooks
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["GitHook"]
class Type type-node
Syntax
public sealed class GitHook : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
ApplypatchMsg | 0 |
applypatch-msg
static
|
CommitMsg | 1 |
commit-msg
static
|
PostApplypatch | 2 |
post-applypatch
static
|
PostCheckout | 3 |
post-checkout
static
|
PostCommit | 4 |
post-commit
static
|
PostMerge | 5 |
post-merge
static
|
PostReceive | 6 |
post-receive
static
|
PostRewrite | 7 |
post-rewrite
static
|
PostUpdate | 8 |
post-update
static
|
PreApplypatch | 9 |
pre-applypatch
static
|
PreAutoGc | 10 |
pre-auto-gc
static
|
PreCommit | 11 |
pre-commit
static
|
PrepareCommitMsg | 12 |
prepare-commit-msg
static
|
PrePush | 13 |
pre-push
static
|
PreRebase | 14 |
pre-rebase
static
|
PreReceive | 15 |
pre-receive
static
|
PushToCheckout | 16 |
push-to-checkout
static
|
SendemailValidate | 17 |
sendemail-validate
static
|
Update | 18 |
update
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|