From b53c04f4ad0421209ce38c53117eb25629cf37d1 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