summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d5e6c9)
raw | patch | inline | side by side (parent: 0d5e6c9)
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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/hooks/post-receive-email | patch | blob | history |
index 65160153eef88b041bc9fbdc9353575e96b3250b..edb30f6f0f4300f3e8bdd8115e3b2536d54f3ae0 100644 (file)
# 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