mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
git-summary: make : line up
This commit is contained in:
parent
e04e8b4cf8
commit
510e2c4d1b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue