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:
parent
e1d7000be0
commit
d65f630d79
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user