GIT-COMMITS-SINCE(1) Git Extras GIT-COMMITS-SINCE(1)
NAME
git-commits-since - Show commit logs since some date
SYNOPSIS
git-commits-since [<date>]
DESCRIPTION
List of commits since the given date.
OPTIONS
<date>
Show commits more recent than date. By default, the command shows the commit logs since "last week".
EXAMPLES
AUTHOR
Written by Tj Holowaychuk <tj@vision-media.ca>
REPORTING BUGS
<http://github.com/visionmedia/git-extras/issues>
SEE ALSO
<http://github.com/visionmedia/git-extras>
June 2012 GIT-COMMITS-SINCE(1)