From 510e2c4d1b4bdfbea695875efdec86ec3f8bc98d Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 11 Jun 2012 10:57:05 -0700 Subject: [PATCH] git-summary: make : line up --- bin/git-summary | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/git-summary b/bin/git-summary index cb5d116..dcaeb94 100755 --- a/bin/git-summary +++ b/bin/git-summary @@ -65,13 +65,13 @@ repository_age() { # summary echo -echo " project : $project" -echo " repo age:" $(repository_age) -echo " commits :" $(commit_count) -echo " active :" $(active_days) days +echo " project : $project" +echo " repo age :" $(repository_age) +echo " commits :" $(commit_count) +echo " active :" $(active_days) days if test "$commit" = ""; then - echo " files :" $(file_count) + echo " files :" $(file_count) fi -echo " authors : " +echo " authors : " authors echo