From f27d5e1cc20cb49614aba6312ba7cb01188e643c Mon Sep 17 00:00:00 2001 From: Jason Howell <5067358+JasonWHowell@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:14:57 -0700 Subject: [PATCH] Update repository-limits.md (#32296) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../creating-and-managing-repositories/repository-limits.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/repositories/creating-and-managing-repositories/repository-limits.md b/content/repositories/creating-and-managing-repositories/repository-limits.md index a619f3c926..ba3473ac94 100644 --- a/content/repositories/creating-and-managing-repositories/repository-limits.md +++ b/content/repositories/creating-and-managing-repositories/repository-limits.md @@ -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.