mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Docs> Add -- in front of cmd for git log
The current docs are incorrect, using the command gives an error msg: ``` error: unknown argument --since=1 week ago error: if that argument was meant for git-log, error: please put it after two dashes ( -- ). ```
This commit is contained in:
parent
e7ca960f0c
commit
167f0c8b50
|
|
@ -236,7 +236,7 @@ $ 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'
|
||||
$ 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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue