From 0bc7afe27e51b1274dcf5bdd197cdf37e8de6886 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 8 Sep 2010 14:26:57 -0700 Subject: [PATCH] Add docs about git summary to Readme.mkd --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 448eb15..07b1cbf 100644 --- a/Readme.md +++ b/Readme.md @@ -67,6 +67,10 @@ Outputs a repo summary: 1 isaacs 1 Matt Colyer +This command can also take a commitish, and will print a summary for the range +of commits included in the commitish: + + $ git summary v42.. ## git-repl