mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
move active above commits in git-summary
This commit is contained in:
parent
85c0b6dd88
commit
38e41cf680
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue