1. git-commits-since(1)
  2. Git Extras
  3. 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>

  1. October 2010
  2. git-commits-since(1)