From 126c9d6e85db404d95681c93def15d651cb2f0e1 Mon Sep 17 00:00:00 2001 From: Dr Greg Low Date: Thu, 7 Jan 2021 21:35:35 +1100 Subject: [PATCH 1/2] Curious omission of English in supported langages (#1863) Co-authored-by: hubwriter --- content/github/getting-started-with-github/github-for-mobile.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/github/getting-started-with-github/github-for-mobile.md b/content/github/getting-started-with-github/github-for-mobile.md index a3735d1678..320357ccde 100644 --- a/content/github/getting-started-with-github/github-for-mobile.md +++ b/content/github/getting-started-with-github/github-for-mobile.md @@ -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 From d62e288266348fa70e364803aa00edee3e74b776 Mon Sep 17 00:00:00 2001 From: Gustavo Bini Date: Thu, 7 Jan 2021 12:14:12 +0100 Subject: [PATCH 2/2] Fix incorrect example link on Searching Commits (#2319) Co-authored-by: hubwriter --- .../searching-for-information-on-github/searching-commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/searching-for-information-on-github/searching-commits.md b/content/github/searching-for-information-on-github/searching-commits.md index de85f13c09..a2fe749c4b 100644 --- a/content/github/searching-for-information-on-github/searching-commits.md +++ b/content/github/searching-for-information-on-github/searching-commits.md @@ -51,7 +51,7 @@ Use the `author-date` and `committer-date` qualifiers to match commits authored | Qualifier | Example | ------------- | ------------- | author-date:YYYY-MM-DD | [**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. -| committer-date:YYYY-MM-DD | [**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. +| committer-date:YYYY-MM-DD | [**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