From cb15c94eab59536dd128fcbc15f9cd762101edd0 Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Wed, 8 Jul 2015 17:58:12 +0200 Subject: [PATCH] Alter options to git log. Remove pipe --- bin/git-effort | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-effort b/bin/git-effort index 8ada5a8..28600b0 100755 --- a/bin/git-effort +++ b/bin/git-effort @@ -9,7 +9,7 @@ color= # date() { - git log --pretty='format: %ai' $1 | cut -d ' ' -f 2 + git log --pretty='format: %ad' --date=short $1 } #