Skip to content

Commit d76f9e0

Browse files
Add --until to README.
1 parent bc5724d commit d76f9e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,10 @@ The `--author` and `--nauthor` options allow you to specify authors to include
483483
or exclude. Both options can be specified multiple times to include or exclude
484484
multiple 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

491491
The following example shows the paths edited by Guido van Rossum over the last
492492
eight months:

0 commit comments

Comments
 (0)