1
0
mirror of synced 2026-01-30 15:01:41 -05:00

Branch was updated using the 'autoupdate branch' Actions workflow.

This commit is contained in:
Octomerger Bot
2021-01-07 21:14:47 +10:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ To install {% data variables.product.prodname_mobile %} for Android or iOS, see
{% data variables.product.prodname_mobile %} is available in the following languages.
- English
- Japanese
- Brazilian Portuguese
- Spanish

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