René's URL Explorer Experiment


Title: Add Commit.is_shallow property; document stats() limitation at shallow boundary by harshitayadavv · Pull Request #2167 · gitpython-developers/GitPython · GitHub

Open Graph Title: Add Commit.is_shallow property; document stats() limitation at shallow boundary by harshitayadavv · Pull Request #2167 · gitpython-developers/GitPython

X Title: Add Commit.is_shallow property; document stats() limitation at shallow boundary by harshitayadavv · Pull Request #2167 · gitpython-developers/GitPython

Description: Problem Accessing .stats on a commit at the boundary of a shallow clone raises git.exc.GitCommandError: fatal: bad object . This happens because the commit object itself still references its parent's SHA, but that parent was never fetched — it's beyond the shallow depth. There's currently no way to detect this ahead of time without hitting the crash. Reproduction git clone --depth 5 repo cd repo python -c " import git repo = git.Repo('.') oldest = list(repo.iter_commits())[-1] print(oldest.parents) # non-empty -- references a SHA that doesn't exist locally oldest.stats # raises GitCommandError: fatal: bad object " Fix Adds a Commit.is_shallow property that checks whether the commit's hexsha appears in the repository's shallow file -- a cheap, local check with no git subprocess call. Also documents this limitation in the stats docstring, pointing to is_shallow. Includes a test (test_is_shallow) that reproduces the failure via a real local shallow clone (using no_local=True, since Git ignores --depth for local-optimized clones) and confirms both that the boundary commit reports is_shallow == True and that .stats raises as expected on it. Ran the full test suite locally (Windows, Python 3.11): 660 passed, 9 unrelated pre-existing failures (Windows symlink privilege requirements, a missing-remote assumption in one tutorial test, and PATH resolution in shell-impostor tests) -- none touching commit.py or stats. AI disclosure Per CONTRIBUTING.md: I used Claude to help design, implement, and test this change. I reviewed, ran, and verified every step myself, including reproducing the underlying bug firsthand before writing the fix.

Open Graph Description: Problem Accessing .stats on a commit at the boundary of a shallow clone raises git.exc.GitCommandError: fatal: bad object <sha>. This happens because the commit object itself still references...

X Description: Problem Accessing .stats on a commit at the boundary of a shallow clone raises git.exc.GitCommandError: fatal: bad object &lt;sha&gt;. This happens because the commit object itself still re...

Opengraph URL: https://github.com/gitpython-developers/GitPython/pull/2167

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:562797f9-66f1-b25e-3ced-41bb0d199cc5
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idEAE6:30EA87:2F37DF3:440E8C2:6A56744F
html-safe-nonce739a778695829692926f2bdd0574b5032c3c3882bb6f9e67552dd8e08761fc1a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQUU2OjMwRUE4NzoyRjM3REYzOjQ0MEU4QzI6NkE1Njc0NEYiLCJ2aXNpdG9yX2lkIjoiNTU5MzI0MzQ4Nzk2MzYwODE0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacdb21ab8ccb6884eb0d96e8f5327d28299b2d9bac9f77405ed8318bc4bf7912cd
hovercard-subject-tagpull_request:3993658809
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/gitpython-developers/GitPython/pull/2167/files
twitter:imagehttps://avatars.githubusercontent.com/u/146022516?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/146022516?s=400&v=4
og:image:altProblem Accessing .stats on a commit at the boundary of a shallow clone raises git.exc.GitCommandError: fatal: bad object <sha>. This happens because the commit object itself still references...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None19b5ee9431dcfce15ab4b001d626e4e3a6ba1acb7be814813a52bbebd9a86ef5
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseafc01ffdb045f4ff81c6122091366ade7b6166b7
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/pull/2167/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F2167%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F2167%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2167/files
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2167/files
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2167/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2167/files
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2167/files
Notifications https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 980 https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5.1k https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github.com/gitpython-developers/GitPython
Issues 165 https://github.com/gitpython-developers/GitPython/issues
Pull requests 9 https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security and quality 11 https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
Code https://github.com/gitpython-developers/GitPython
Issues https://github.com/gitpython-developers/GitPython/issues
Pull requests https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security and quality https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
Byronhttps://github.com/Byron
gitpython-developers:mainhttps://github.com/gitpython-developers/GitPython/tree/main
harshitayadavv:add-is-shallow-propertyhttps://github.com/harshitayadavv/GitPython/tree/add-is-shallow-property
Conversation 2 https://github.com/gitpython-developers/GitPython/pull/2167
Commits 4 https://github.com/gitpython-developers/GitPython/pull/2167/commits
Checks 30 https://github.com/gitpython-developers/GitPython/pull/2167/checks
Files changed 2 https://github.com/gitpython-developers/GitPython/pull/2167/files
Add Commit.is_shallow property; document stats() limitation at shallow boundary https://github.com/gitpython-developers/GitPython/pull/2167/files#top
Show all changes 4 commits https://github.com/gitpython-developers/GitPython/pull/2167/files
837a4f0 Add Commit.is_shallow property and document stats() limitation at sha… harshitayadavv Jul 5, 2026 https://github.com/gitpython-developers/GitPython/pull/2167/commits/837a4f068e6b7e0f35847d32b868c354226788a5
6b1dd78 Fix formatting flagged by ruff (pre-commit.ci) harshitayadavv Jul 5, 2026 https://github.com/gitpython-developers/GitPython/pull/2167/commits/6b1dd78720dc8132c526c1ac73ceee6f4dc4ee8a
2f49a66 Reduce to docs-only change per maintainer review harshitayadavv Jul 12, 2026 https://github.com/gitpython-developers/GitPython/pull/2167/commits/2f49a66fe4dc52b742002cb88d7c254ffede589b
0f6dde4 Remove unused GitCommandError import harshitayadavv Jul 12, 2026 https://github.com/gitpython-developers/GitPython/pull/2167/commits/0f6dde434266c7be331a5205972dd424be72757a
Clear filters https://github.com/gitpython-developers/GitPython/pull/2167/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2167/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2167/files
AUTHORS https://github.com/gitpython-developers/GitPython/pull/2167/files#diff-ab6af77435f58cc0c9d4c31dfe05656e45187cc7c7fc02aada401a7642125463
commit.py https://github.com/gitpython-developers/GitPython/pull/2167/files#diff-88141770c3f374c9bacdef629c161e7bc75e7a1585827f5a35671b89df14291f
AUTHORShttps://github.com/gitpython-developers/GitPython/pull/2167/files#diff-ab6af77435f58cc0c9d4c31dfe05656e45187cc7c7fc02aada401a7642125463
View file https://github.com/harshitayadavv/GitPython/blob/0f6dde434266c7be331a5205972dd424be72757a/AUTHORS
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/2167/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/2167/files#diff-ab6af77435f58cc0c9d4c31dfe05656e45187cc7c7fc02aada401a7642125463
git/objects/commit.pyhttps://github.com/gitpython-developers/GitPython/pull/2167/files#diff-88141770c3f374c9bacdef629c161e7bc75e7a1585827f5a35671b89df14291f
View file https://github.com/harshitayadavv/GitPython/blob/0f6dde434266c7be331a5205972dd424be72757a/git/objects/commit.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/2167/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/2167/files#diff-88141770c3f374c9bacdef629c161e7bc75e7a1585827f5a35671b89df14291f
https://github.com/gitpython-developers/GitPython/pull/2167/files#diff-88141770c3f374c9bacdef629c161e7bc75e7a1585827f5a35671b89df14291f
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2167/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.