* [PATCH] post-merge: Add it's not executed if merge failed.
@ 2008-05-05 9:06 Jörg Sommer
0 siblings, 0 replies; only message in thread
From: Jörg Sommer @ 2008-05-05 9:06 UTC (permalink / raw)
To: git; +Cc: gitster, Jörg Sommer
Signed-off-by: Jörg Sommer <joerg@alea.gnuu.de>
---
Documentation/hooks.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Documentation/hooks.txt b/Documentation/hooks.txt
index 44fbe58..43764e3 100644
--- a/Documentation/hooks.txt
+++ b/Documentation/hooks.txt
@@ -136,7 +136,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
--
1.5.5.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-05 12:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 9:06 [PATCH] post-merge: Add it's not executed if merge failed Jörg Sommer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).