summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da060c6)
raw | patch | inline | side by side (parent: da060c6)
author | Jörg Sommer <joerg@alea.gnuu.de> | |
Mon, 5 May 2008 09:06:49 +0000 (11:06 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 May 2008 00:30:23 +0000 (17:30 -0700) |
Signed-off-by: J��rg Sommer <joerg@alea.gnuu.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/hooks.txt | patch | blob | history |
index 1283ab4daac1cd929605a51f50d0a3b9beb11dc9..d89cc222610d01bd8b2a25681c6225cef51c2138 100644 (file)
--- a/Documentation/hooks.txt
+++ b/Documentation/hooks.txt
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