Skip to content

Commit 53007de

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 9fd23a4 + d62e288 commit 53007de

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/github/getting-started-with-github/github-for-mobile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ To install {% data variables.product.prodname_mobile %} for Android or iOS, see
2727

2828
{% data variables.product.prodname_mobile %} is available in the following languages.
2929

30+
- English
3031
- Japanese
3132
- Brazilian Portuguese
3233
- Spanish

content/github/searching-for-information-on-github/searching-commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use the `author-date` and `committer-date` qualifiers to match commits authored
5151
| Qualifier | Example
5252
| ------------- | -------------
5353
| <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.
54-
| <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.
54+
| <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.
5555

5656
### Filter merge commits
5757

0 commit comments

Comments
 (0)