Added 11:59PM to --after. Thanks to @nickashley for the find!

This commit is contained in:
Nick Nisi
2013-01-10 12:19:34 -06:00
parent 9f13997cf2
commit 1f98b03092

View File

@@ -21,7 +21,7 @@
# undo a commit
undo = reset --soft
# show what I did today
day = "!sh -c 'git log --no-merges --branches=* --date=local --after=yesterday --author=\"`git config --get user.name`\"'"
day = "!sh -c 'git log --no-merges --branches=* --date=local --after=\"yesterday 11:59PM\" --author=\"`git config --get user.name`\"'"
# stash shortcuts
sp = stash pop