diff --git a/Readme.md b/Readme.md index 08aa2a4..aa890ed 100644 --- a/Readme.md +++ b/Readme.md @@ -131,10 +131,12 @@ Outputs a repo summary: ```bash $ git summary -project: git-extras -commits: 163 -files : 93 -authors: +project : git-extras +repo age : 10 months ago +commits : 163 +active : 60 days +files : 93 +authors : 97 Tj Holowaychuk 59.5% 37 Jonhnny Weslley 22.7% 8 Kenneth Reitz 4.9% diff --git a/man/git-summary.1 b/man/git-summary.1 index 1a5ea4e..e9b09bf 100644 --- a/man/git-summary.1 +++ b/man/git-summary.1 @@ -27,10 +27,12 @@ Outputs a repo summary: $ git summary -project: express -commits: 1893 -files : 111 -authors: +project : express +repo age : 10 months ago +commits : 1893 +active : 93 days +files : 111 +authors : 1285 visionmedia 478 Tj Holowaychuk 48 Aaron Heckmann diff --git a/man/git-summary.html b/man/git-summary.html index 166513e..c51169d 100644 --- a/man/git-summary.html +++ b/man/git-summary.html @@ -94,10 +94,12 @@
$ git summary
-project: express
-commits: 1893
-files : 111
-authors:
+project : express
+repo age : 10 months ago
+commits : 1893
+active : 93 days
+files : 111
+authors :
1285 visionmedia
478 Tj Holowaychuk
48 Aaron Heckmann
diff --git a/man/git-summary.md b/man/git-summary.md
index 8544f79..b0aa36b 100644
--- a/man/git-summary.md
+++ b/man/git-summary.md
@@ -21,10 +21,12 @@ Shows a summary of the repository.
$ git summary
- project: express
- commits: 1893
- files : 111
- authors:
+ project : express
+ repo age : 10 months ago
+ commits : 1893
+ active : 93 days
+ files : 111
+ authors :
1285 visionmedia
478 Tj Holowaychuk
48 Aaron Heckmann