git-summary: shorter repo age

This commit is contained in:
TJ Holowaychuk 2012-06-11 10:57:26 -07:00
parent 510e2c4d1b
commit c9fedfa27f

View file

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