1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Update repository-limits.md (#32296)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Jason Howell
2024-04-09 13:14:57 -07:00
committed by GitHub
parent cac52d4580
commit f27d5e1cc2

View File

@@ -31,3 +31,5 @@ Some portions of a limited diff may be displayed, but anything exceeding the lim
## Commit listings limits
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.