Skip to content

Commit

Permalink
post-merge: Add it's not executed if merge failed.
Browse files Browse the repository at this point in the history
Signed-off-by: J��rg Sommer <joerg@alea.gnuu.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jörg Sommer authored and Junio C Hamano committed May 6, 2008
1 parent da060c6 commit 2b3e60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/hooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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
Expand Down

0 comments on commit 2b3e60c

Please sign in to comment.