summaryrefslogtreecommitdiff
path: root/_posts/2009-10-16-post-receive-hooks.markdown
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-02-28 14:33:10 -0800
committerCameron McEfee <cameron@github.com>2011-02-28 14:33:10 -0800
commita01d0402e14f4c760513a97b01a130b8d05550bd (patch)
tree7d345b6914897f7e0b1a35ccbfafb8e796be0304 /_posts/2009-10-16-post-receive-hooks.markdown
parent8661410cf2dd7a40364fc0f5291fd25c1b877c16 (diff)
parent0f9052f1ad1ef76e7d682e7061f135277c3bf958 (diff)
Merge branch 'gh-pages' of https://github.com/github/help.github.com into gh-pages
Diffstat (limited to '_posts/2009-10-16-post-receive-hooks.markdown')
-rw-r--r--_posts/2009-10-16-post-receive-hooks.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-10-16-post-receive-hooks.markdown b/_posts/2009-10-16-post-receive-hooks.markdown
index 25db1e8..80a5d65 100644
--- a/_posts/2009-10-16-post-receive-hooks.markdown
+++ b/_posts/2009-10-16-post-receive-hooks.markdown
@@ -63,7 +63,7 @@ post '/' do
end
{% endhighlight %}
-The `commits` array is ordered with the most recent commit as the first element. The last element, therefor, is the oldest commit.
+The `commits` array is ordered with the oldest commit as the first element. The last element is the newest commit and should match the "after" value for the branch.
Here's an example payload: