author | Robert Schiele <rschiele@gmail.com> | |
Wed, 17 Oct 2007 22:27:51 +0000 (00:27 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 18 Oct 2007 04:59:25 +0000 (00:59 -0400) | ||
commit | a2d6b872dbf4e65525c9ba55e820e2ea26011ce1 | |
tree | 04f0995283cdffbd34ba79b14ec36a1639720d79 | tree | snapshot |
parent | 09955207d148c5f3964002b7f3a4e13db3050777 | commit | diff |
fixing output of non-fast-forward output of post-receive-email
post-receive-email has one place where the variable fast_forward is not
spelled correctly. At the same place the logic was reversed. The
combination of both bugs made the script work correctly for fast-forward
commits but not for non-fast-forward ones. This change fixes this to
be correct in both cases.
Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
post-receive-email has one place where the variable fast_forward is not
spelled correctly. At the same place the logic was reversed. The
combination of both bugs made the script work correctly for fast-forward
commits but not for non-fast-forward ones. This change fixes this to
be correct in both cases.
Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
contrib/hooks/post-receive-email | diff | blob | history |