Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created November 13, 2009 02:34
Show Gist options
  • Save jcromartie/233533 to your computer and use it in GitHub Desktop.
Save jcromartie/233533 to your computer and use it in GitHub Desktop.
daily-report.sh
SUFFIX=`date "+%Y%m%d"`
OUTFILE=~/Desktop/"daily-report-$SUFFIX.txt"
(git log -U0 'HEAD@{12 hours ago}..' -- Classes/ | grep -Ev '^(\+\+\+|\-\-\-|diff|@@|index)') > $OUTFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment