From d7cdd5ecfd19dc837e9b5eebd578cddf79079968 Mon Sep 17 00:00:00 2001 From: Patrick Knight Date: Fri, 14 Jun 2024 15:22:46 -0500 Subject: [PATCH] Update repository-limits.md (#51211) Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- .../creating-and-managing-repositories/repository-limits.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/repositories/creating-and-managing-repositories/repository-limits.md b/content/repositories/creating-and-managing-repositories/repository-limits.md index 595ef2f161..e7d22cb00e 100644 --- a/content/repositories/creating-and-managing-repositories/repository-limits.md +++ b/content/repositories/creating-and-managing-repositories/repository-limits.md @@ -33,3 +33,7 @@ Some portions of a limited diff may be displayed, but anything exceeding the lim The compare view and pull requests pages display a list of commits between the `base` and `head` revisions. These lists are limited to **250** commits. If they exceed that limit, a note indicates that additional commits are present (but they're not shown). The maximum count of commits displayed on the Commits tab of Github.com is **10,000**. Use other tools such as `git rev-list --count mybranch` to count and enumerate a high volume of commits when needed. + +## Organization Limits + +If a repository owner exceeds **100,000** repositories, some UI experiences and API functionality may be degraded. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/about-repositories#about-repository-ownership)."