Skip to content

Instantly share code, notes, and snippets.

@afk-mario
Last active September 15, 2015 02:41
Show Gist options
  • Save afk-mario/7f2b8201ee1b6443e9c5 to your computer and use it in GitHub Desktop.
Save afk-mario/7f2b8201ee1b6443e9c5 to your computer and use it in GitHub Desktop.
#! /bin/bash
if [ -z "$1" ]; then
DATE=`date +"%m/%d/%Y"`
else
DATE=$1
fi
git log --all --pretty=format:'%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08 %s' --abbrev-commit --author="Arlefreak" --after="$DATE 00:00" --before="$DATE 23:59" | cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment