Skip to content

Instantly share code, notes, and snippets.

@ivanelson
Created May 6, 2015 14:33
Show Gist options
  • Save ivanelson/392042633f32b56eb23c to your computer and use it in GitHub Desktop.
Save ivanelson/392042633f32b56eb23c to your computer and use it in GitHub Desktop.
git log search by date
$ git log --pretty=fuller --until="2015-04-25" --after="2015-04-24"
commit d58d89a0f1cf48f6905857c00edc70073457f9a6
Merge: b12802c 44f16e5
Author: silvajr <[email protected]>
AuthorDate: Fri Apr 24 14:17:04 2015 -0300
Commit: silvajr <[email protected]>
CommitDate: Fri Apr 24 14:17:04 2015 -0300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment