We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf1ae8 commit 3bcb697Copy full SHA for 3bcb697
1 file changed
content/search-github/searching-on-github/searching-commits.md
@@ -109,11 +109,9 @@ The `is` qualifier matches commits from repositories with the specified visibili
109
{%- ifversion fpt or ghes or ghec %}
110
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Commits) matches commits to public repositories.
111
{%- endif %}
112
-
113
{%- ifversion ghes or ghec or ghae %}
114
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Commits) matches commits to internal repositories.
115
116
117
| `is:private` | [**is:private**](https://github.com/search?q=is%3Aprivate&type=Commits) matches commits to private repositories.
118
119
## Further reading
0 commit comments