File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -483,10 +483,10 @@ The `--author` and `--nauthor` options allow you to specify authors to include
483483or exclude. Both options can be specified multiple times to include or exclude
484484multiple authors.
485485
486- The ` --since ` option allows you to filter out commits before a certain date.
487- The option takes a string that gets passed to ` git log ` to be interpreted. `git
488- log` can handle some surprising inputs. See git-commit(1) for an explanation of
489- what is possible.
486+ The ` --since ` and ` --until ` options allow you to filter out commits before or
487+ after a certain date respectively. These options each take a string that gets
488+ passed to ` git log ` to be interpreted. ` git log ` can handle some surprising
489+ inputs. See git-commit(1) for a description of what is possible.
490490
491491The following example shows the paths edited by Guido van Rossum over the last
492492eight months:
You can’t perform that action at this time.
0 commit comments