From 38e41cf6800c6bf0248608b5d48ff01a144493ff Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Fri, 22 Jun 2012 10:21:36 -0700 Subject: [PATCH] move active above commits in git-summary --- bin/git-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-summary b/bin/git-summary index bfc08fc..6a29842 100755 --- a/bin/git-summary +++ b/bin/git-summary @@ -67,8 +67,8 @@ repository_age() { echo echo " project : $project" echo " repo age :" $(repository_age) -echo " commits :" $(commit_count) echo " active :" $(active_days) days +echo " commits :" $(commit_count) if test "$commit" = ""; then echo " files :" $(file_count) fi