repo sync
This commit is contained in:
@@ -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:<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:>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:>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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user