src-d / go-git

Project has been moved to: https://github.com/go-git/go-git
https://github.com/go-git/go-git
Apache License 2.0
4.91k stars 541 forks source link

Repository.Log: add limiting options to LogOptions #1206

Closed knqyf263 closed 4 years ago

knqyf263 commented 4 years ago

Add commit limiting options. It is equivalent to running git log --since <date> or git log --until <date>.

In the future, I want to add the other limiting options. e.g. git log --author or git log --merges.

knqyf263 commented 4 years ago

I resolved the conflict