From d65f630d79e255808110cc9d893974de9156318e Mon Sep 17 00:00:00 2001 From: James Sadler Date: Tue, 10 Apr 2012 12:06:13 +1000 Subject: [PATCH] Correct the doc for git log --since --before MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "By default, “git log” displays author dates as “Date” but then uses commit dates when given a –since option. That seems like broken defaults to me." - http://www.alexpeattie.com/blog/working-with-dates-in-git/ filter commits by date authored should be filter commits by date committed --- inspect/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspect/index.html b/inspect/index.html index c8b3f48..ebd3eec 100644 --- a/inspect/index.html +++ b/inspect/index.html @@ -73,7 +73,7 @@ b532581 make "git unpack-file" a built-in

git log --since --before - filter commits by date authored + filter commits by date committed