Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
post-receive-email example hook: fastforward should have been fast_forward
author
Andy Parkins
<andyparkins@gmail.com>
Thu, 26 Apr 2007 21:35:39 +0000
(22:35 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 27 Apr 2007 03:58:04 +0000
(20:58 -0700)
Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/hooks/post-receive-email
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0d5e6c9
)
diff --git
a/contrib/hooks/post-receive-email
b/contrib/hooks/post-receive-email
index 65160153eef88b041bc9fbdc9353575e96b3250b..edb30f6f0f4300f3e8bdd8115e3b2536d54f3ae0 100644
(file)
--- a/
contrib/hooks/post-receive-email
+++ b/
contrib/hooks/post-receive-email
@@
-302,7
+302,7
@@
generate_update_branch_email()
# List all of the revisions that were removed by this update, in a fast forward
# update, this list will be empty, because rev-list O ^N is empty. For a non
# fast forward, O ^N is the list of removed revisions
- fastforward=""
+ fast
_
forward=""
rev=""
for rev in $(git rev-list $newrev..$oldrev)
do