X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/11138029488343b403050de89df6b6d396258a30..1a7ec512ee5ec4516662f5aaf3c23bded83cd6d9:/doc/hooks diff --git a/doc/hooks b/doc/hooks index 54ff795..282ee86 100644 --- a/doc/hooks +++ b/doc/hooks @@ -14,6 +14,12 @@ Available hooks are: * post-enter * pre-init * post-init +* pre-merge + Use this hook to detect and handle merge conflicts before vcsh's native code + finds and errors on them. This is useful for allowing clones on top of existing + files. +* post-merge + Use this hook to finish handling any merge conflicts found in the pre-merge hook. * pre-pull * post-pull * pre-push