1
0
mirror of synced 2026-01-24 06:01:08 -05:00

repo sync

This commit is contained in:
Octomerger Bot
2021-01-07 21:35:40 +10:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ Use the `author-date` and `committer-date` qualifiers to match commits authored
| Qualifier | Example
| ------------- | -------------
| <code>author-date:<em>YYYY-MM-DD</em></code> | [**author-date:&lt;2016-01-01**](https://github.com/search?q=author-date%3A<2016-01-01&type=Commits) matches commits authored before 2016-01-01.
| <code>committer-date:<em>YYYY-MM-DD</em></code> | [**committer-date:&gt;2016-01-01**](https://github.com/search?q=committer-date%3A<2016-01-01&type=Commits) matches commits committed after 2016-01-01.
| <code>committer-date:<em>YYYY-MM-DD</em></code> | [**committer-date:&gt;2016-01-01**](https://github.com/search?q=committer-date%3A>2016-01-01&type=Commits) matches commits committed after 2016-01-01.
### Filter merge commits