mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
579 B
579 B
git-commits-since(1) -- 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 . 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>