From 1f98b0309226fb71c789e0b56848f0a7761b000e Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 10 Jan 2013 12:19:34 -0600 Subject: [PATCH] Added 11:59PM to --after. Thanks to @nickashley for the find! --- git/gitconfig.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 9eea7ef..0c89123 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -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