We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da060c6 commit 2b3e60cCopy full SHA for 2b3e60c
Documentation/hooks.txt
@@ -137,7 +137,8 @@ post-merge
137
This hook is invoked by `git-merge`, which happens when a `git pull`
138
is done on a local repository. The hook takes a single parameter, a status
139
flag specifying whether or not the merge being done was a squash merge.
140
-This hook cannot affect the outcome of `git-merge`.
+This hook cannot affect the outcome of `git-merge` and is not executed,
141
+if the merge failed due to conflicts.
142
143
This hook can be used in conjunction with a corresponding pre-commit hook to
144
save and restore any form of metadata associated with the working tree
0 commit comments