From bab1259a9549af87c0b95a5ca5beacd6a2149f24 Mon Sep 17 00:00:00 2001 From: Alex Efros Date: Fri, 1 May 2015 13:34:46 +0300 Subject: [PATCH] Fix date format in Comparing Branches This format is mentioned in https://help.github.com/articles/comparing-commits-across-time/#comparisons-across-time. Manual tests may be confusing because matched commits has date out of chosen range: this happens because github select commits using their merge date, not commit date. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1165b37..2dbc637 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ https://github.com/rails/rails/compare/master@{1.day.ago}...master https://github.com/rails/rails/compare/master@{2014-10-04}...master ``` -*Dates are in the format `YYYY-DD-MM`* +*Dates are in the format `YYYY-MM-DD`* ![Another compare example](http://i.imgur.com/5dtzESz.png)