From c9fedfa27fad97ad030461a13658e19b0ab3bb73 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 11 Jun 2012 10:57:26 -0700 Subject: [PATCH] git-summary: shorter repo age --- bin/git-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-summary b/bin/git-summary index dcaeb94..bfc08fc 100755 --- a/bin/git-summary +++ b/bin/git-summary @@ -59,7 +59,7 @@ authors() { # repository_age() { - git log --reverse --pretty=oneline --format="%cd (%cr)" | head -n 1 + git log --reverse --pretty=oneline --format="%cr" | head -n 1 } # summary