Add a helper script to send patches with Mozilla Thunderbird
[gitweb.git] / Documentation / githooks.txt
index 67c0809f728970149187a9dc8c5884d26bc17123..4f06ae0ed4bd625bf5a33fca215c90fb1b5810c9 100644 (file)
@@ -149,7 +149,8 @@ post-merge
 This hook is invoked by `git-merge`, which happens when a `git pull`
 is done on a local repository.  The hook takes a single parameter, a status
 flag specifying whether or not the merge being done was a squash merge.
-This hook cannot affect the outcome of `git-merge`.
+This hook cannot affect the outcome of `git-merge` and is not executed,
+if the merge failed due to conflicts.
 
 This hook can be used in conjunction with a corresponding pre-commit hook to
 save and restore any form of metadata associated with the working tree
@@ -299,4 +300,4 @@ to abort.
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite