From 5abc621539c2f5de642bb3a6161345f6bd777d07 Mon Sep 17 00:00:00 2001 From: tekkub Date: Sat, 26 Feb 2011 21:19:48 -0700 Subject: who says order matters? --- _posts/2009-10-16-post-receive-hooks.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts') 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: -- cgit v1.3.1