From 3c07115b23d3d8a557fc2193b7b5ffc904330be2 Mon Sep 17 00:00:00 2001 From: Leila Muhtasib Date: Tue, 12 Jun 2012 14:12:06 -0400 Subject: [PATCH] Updating git-summary documentation, because we added a 'repo age' field to git-summary command. --- Readme.md | 10 ++++++---- man/git-summary.1 | 10 ++++++---- man/git-summary.html | 10 ++++++---- man/git-summary.md | 10 ++++++---- 4 files changed, 24 insertions(+), 16 deletions(-) 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