1
0
Fork 0

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
This commit is contained in:
James Sadler 2012-04-10 12:06:13 +10:00
parent e1d7000be0
commit d65f630d79
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ b532581 make "git unpack-file" a built-in
<h4>
git log --since --before
<small>filter commits by date authored</small>
<small>filter commits by date committed</small>
</h4>
<p>