From d72f81b5e876bc32d439be2142ee9d284f4a7c59 Mon Sep 17 00:00:00 2001 From: Andrei Petcu Date: Mon, 27 Jul 2015 15:23:57 +0300 Subject: [PATCH] effort: documentation for git effort --since #326 --- Commands.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Commands.md b/Commands.md index fbe58db03..252f9ba6f 100644 --- a/Commands.md +++ b/Commands.md @@ -200,14 +200,18 @@ node (master): git effort --above 15 {src,lib}/* $ git effort --above 5 ``` + If you wish to see only the commits in the last month you may use `--since` (it supports the same syntax like `git log --since`): + +``` + $ git effort --since='last month' +``` + By default `git ls-files` is used, however you may pass one or more files to `git-effort(1)`, for example: ``` $ git effort bin/* lib/* ``` -## git repl - GIT read-eval-print-loop: ```bash