Skip to content

Commit 69d9d06

Browse files
authored
Merge pull request #23064 from github/repo-sync
repo sync
2 parents 199a3b7 + 869f63c commit 69d9d06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/authentication/managing-commit-signature-verification/signing-commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you have multiple keys or are attempting to sign commits or tags with a key t
3636

3737
1. When committing changes in your local branch, add the -S flag to the git commit command:
3838
```shell
39-
$ git commit -S -m <em>your commit message</em>
39+
$ git commit -S -m <em>"your commit message"</em>
4040
# Creates a signed commit
4141
```
4242
2. If you're using GPG, after you create your commit, provide the passphrase you set up when you [generated your GPG key](/articles/generating-a-new-gpg-key).

content/rest/reference/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ More results might have been found, but also might not.
8383

8484
### Access errors or missing search results
8585

86-
You need to successfully authenticate and have access to the repositories in your search queries, otherwise, you'll see a `422 Unprocessible Entry` error with a "Validation Failed" message. For example, your search will fail if your query includes `repo:`, `user:`, or `org:` qualifiers that request resources that you don't have access to when you sign in on {% data variables.product.prodname_dotcom %}.
86+
You need to successfully authenticate and have access to the repositories in your search queries, otherwise, you'll see a `422 Unprocessable Entry` error with a "Validation Failed" message. For example, your search will fail if your query includes `repo:`, `user:`, or `org:` qualifiers that request resources that you don't have access to when you sign in on {% data variables.product.prodname_dotcom %}.
8787

8888
When your search query requests multiple resources, the response will only contain the resources that you have access to and will **not** provide an error message listing the resources that were not returned.
8989

0 commit comments

Comments
 (0)