Skip to content

Commit d65f630

Browse files
committed
Correct the doc for git log --since --before
"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
1 parent e1d7000 commit d65f630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inspect/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h4>
7373

7474
<h4>
7575
git log --since --before
76-
<small>filter commits by date authored</small>
76+
<small>filter commits by date committed</small>
7777
</h4>
7878

7979
<p>

0 commit comments

Comments
 (0)