fix git-summary repo age, remove "ago"

This commit is contained in:
TJ Holowaychuk 2012-07-09 14:14:16 -07:00
parent 901c53c215
commit 618e6a27c1

View file

@ -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