From 618e6a27c1aef1d7b834429e3b0882aa18cc5e10 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 9 Jul 2012 14:14:16 -0700 Subject: [PATCH] fix git-summary repo age, remove "ago" --- bin/git-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-summary b/bin/git-summary index 6a29842..cd62552 100755 --- a/bin/git-summary +++ b/bin/git-summary @@ -59,7 +59,7 @@ authors() { # repository_age() { - git log --reverse --pretty=oneline --format="%cr" | head -n 1 + git log --reverse --pretty=oneline --format="%cr" | head -n 1 | sed 's/ago//' } # summary