René's URL Explorer Experiment


Title: create_patch=True breaks in some cases · Issue #113 · gitpython-developers/GitPython · GitHub

Open Graph Title: create_patch=True breaks in some cases · Issue #113 · gitpython-developers/GitPython

X Title: create_patch=True breaks in some cases · Issue #113 · gitpython-developers/GitPython

Description: repo.index.diff(HEAD, create_patch=True) will also break. However, it works without the create_patch flag. The following two commands succeed as well. I have one staged file, one tracked but unstaged file, and some untracked files in my ...

Open Graph Description: repo.index.diff(HEAD, create_patch=True) will also break. However, it works without the create_patch flag. The following two commands succeed as well. I have one staged file, one tracked but unstag...

X Description: repo.index.diff(HEAD, create_patch=True) will also break. However, it works without the create_patch flag. The following two commands succeed as well. I have one staged file, one tracked but unstag...

Opengraph URL: https://github.com/gitpython-developers/GitPython/issues/113

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"create_patch=True breaks in some cases","articleBody":"`repo.index.diff(`HEAD`, create_patch=True)` will also break. However, it works without the `create_patch` flag. \n\nThe following two commands **succeed** as well.\n\nI have one staged file, one tracked but unstaged file, and some untracked files in my repository.\n\n```\nIn [13]: repo.index.diff(None)\nOut[13]: [\u003cgit.diff.Diff at 0x10d0eab18\u003e]\n\nIn [14]: repo.index.diff(None, create_patch=True)\nOut[14]: [\u003cgit.diff.Diff at 0x10d0eaaa0\u003e]\n```\n\n```\n\nIn [11]: repo.index.diff('HEAD~1', create_patch=True)\n---------------------------------------------------------------------------\nAttributeError                            Traceback (most recent call last)\n\u003cipython-input-11-49c4ff310661\u003e in \u003cmodule\u003e()\n----\u003e 1 repo.index.diff('HEAD~1', create_patch=True)\n\n/Library/Python/2.7/site-packages/git/index/util.pyc in check_default_index(self, *args, **kwargs)\n     62                 if self._file_path != self._index_path():\n     63                         raise AssertionError( \"Cannot call %r on indices that do not represent the default git index\" % func.__name__ )---\u003e 64                 return func(self, *args, **kwargs)\n     65         # END wrpaper method\n     66 /Library/Python/2.7/site-packages/git/index/base.pyc in diff(self, other, paths, create_patch, **kwargs)   1146                         cur_val = kwargs.get('R', False)   1147                         kwargs['R'] = not cur_val\n-\u003e 1148                         return other.diff(self.Index, paths, create_patch, **kwargs)\n   1149                 # END diff against other item handlin   1150\n/Library/Python/2.7/site-packages/git/diff.pyc in diff(self, other, paths, create_patch, **kwargs)\n     99                 if create_patch:\n    100                         diff_method = Diff._index_from_patch_format\n--\u003e 101                 index = diff_method(self.repo, proc.stdout)\n    102\n    103                 status = proc.wait()\n\n/Library/Python/2.7/site-packages/git/diff.pyc in _index_from_patch_format(cls, repo, stream)\n    299                         a_path, b_path, similarity_index, rename_from, rename_to, \\\n    300                                 old_mode, new_mode, new_file_mode, deleted_file_mode, \\\n--\u003e 301                                 a_blob_id, b_blob_id, b_mode = header.groups()\n    302                         new_file, deleted_file = bool(new_file_mode), bool(deleted_file_mode)\n    303\n\nAttributeError: 'NoneType' object has no attribute 'groups'\n```\n","author":{"url":"https://github.com/louisrli","@type":"Person","name":"louisrli"},"datePublished":"2013-06-30T14:14:12.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/113/GitPython/issues/113"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ba25a2eb-84da-a254-b599-5b120525d804
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC612:35B0FD:A99D07:E6A39F:6969342C
html-safe-nonce68fa9cae646d3c94a40176bd6cd5e3e0568894efc5124359b1138446f335e615
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNjEyOjM1QjBGRDpBOTlEMDc6RTZBMzlGOjY5NjkzNDJDIiwidmlzaXRvcl9pZCI6IjU4NjA1NjMzOTkyMDczNjc3MjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac2d5e9a4e3000eb6396d06859f9ec423afb8748f61853beb5eeb3f719ccfe24c9
hovercard-subject-tagissue:16188184
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/gitpython-developers/GitPython/113/issue_layout
twitter:imagehttps://opengraph.githubassets.com/781506b4708b710583a86c5ad254731a60895677063be0f19f7c6aa69bd655dd/gitpython-developers/GitPython/issues/113
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/781506b4708b710583a86c5ad254731a60895677063be0f19f7c6aa69bd655dd/gitpython-developers/GitPython/issues/113
og:image:altrepo.index.diff(HEAD, create_patch=True) will also break. However, it works without the create_patch flag. The following two commands succeed as well. I have one staged file, one tracked but unstag...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamelouisrli
hostnamegithub.com
expected-hostnamegithub.com
None54182691a21263b584d2e600b758e081b0ff1d10ffc0d2eefa51cf754b43b51d
turbo-cache-controlno-preview
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released69ac0477df0f87da03b8b06cebd187012d7a930
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/issues/113#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fissues%2F113
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2Fissues%2F113
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/issues/113
Reloadhttps://github.com/gitpython-developers/GitPython/issues/113
Reloadhttps://github.com/gitpython-developers/GitPython/issues/113
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/issues/113
Notifications https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github.com/gitpython-developers/GitPython
Issues 169 https://github.com/gitpython-developers/GitPython/issues
Pull requests 8 https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/gitpython-developers/GitPython/security
Please reload this pagehttps://github.com/gitpython-developers/GitPython/issues/113
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 https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
New issuehttps://github.com/login?return_to=https://github.com/gitpython-developers/GitPython/issues/113
New issuehttps://github.com/login?return_to=https://github.com/gitpython-developers/GitPython/issues/113
create_patch=True breaks in some caseshttps://github.com/gitpython-developers/GitPython/issues/113#top
https://github.com/Byron
acknowledgedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22acknowledged%22
v0.3.5 - bugfixeshttps://github.com/gitpython-developers/GitPython/milestone/5
https://github.com/louisrli
https://github.com/louisrli
louisrlihttps://github.com/louisrli
on Jun 30, 2013https://github.com/gitpython-developers/GitPython/issues/113#issue-16188184
Byronhttps://github.com/Byron
acknowledgedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22acknowledged%22
v0.3.5 - bugfixeshttps://github.com/gitpython-developers/GitPython/milestone/5
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.