René's URL Explorer Experiment


Title: `Repository.mergeBranches` creates dirty index after a non-conflicting merge · Issue #1217 · nodegit/nodegit · GitHub

Open Graph Title: `Repository.mergeBranches` creates dirty index after a non-conflicting merge · Issue #1217 · nodegit/nodegit

X Title: `Repository.mergeBranches` creates dirty index after a non-conflicting merge · Issue #1217 · nodegit/nodegit

Description: Run the code below. You will see that stuff gets printed indicating a dirty index. cd merge-commit-bug git status > git status On branch master Changes to be committed: (use "git reset HEAD ..." to unstage) modified: test.txt All t...

Open Graph Description: Run the code below. You will see that stuff gets printed indicating a dirty index. cd merge-commit-bug git status > git status On branch master Changes to be committed: (use "git reset HEAD ....

X Description: Run the code below. You will see that stuff gets printed indicating a dirty index. cd merge-commit-bug git status > git status On branch master Changes to be committed: (use "git reset HEAD...

Opengraph URL: https://github.com/nodegit/nodegit/issues/1217

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`Repository.mergeBranches` creates dirty index after a non-conflicting merge","articleBody":"1. Run the code below.\r\n2. You will see that stuff gets printed indicating a dirty index.\r\n3. `cd merge-commit-bug`\r\n4. `git status`\r\n```\r\n\u003e git status\r\nOn branch master\r\nChanges to be committed:\r\n  (use \"git reset HEAD \u003cfile\u003e...\" to unstage)\r\n\r\n        modified:   test.txt\r\n```\r\n\r\nAll the tests in [`merge.js`](https://github.com/nodegit/nodegit/blob/4c8f601880a68d96ff59d18332e2d72524c05fe0/test/tests/merge.js) merges two random branches so the bug doesn't appear. The bug will only surfaces if you merge `HEAD` with another branch.\r\n\r\n```JavaScript\r\nvar path = require(\"path\");\r\nvar fs = require(\"fs\");\r\nvar git = require('.');\r\nvar repoDir = path.resolve(__dirname, \"merge-commit-bug\");\r\nvar name = \"test.txt\";\r\nvar name2 = \"test2.txt\";\r\nvar fileName = path.resolve(repoDir, name);\r\nvar fileName2 = path.resolve(repoDir, name2);\r\nvar repository;\r\nvar index;\r\nvar head;\r\nvar leftBranch;\r\n\r\nreturn git.Repository.init(repoDir, 0)\r\n.then(function(repo) {\r\n\trepository = repo;\r\n\tfs.writeFileSync(fileName, \"A\", null);\r\n\treturn repository.refreshIndex();\r\n})\r\n.then(function(idx) {\r\n\tindex = idx;\r\n\treturn index.addByPath(name);\r\n})\r\n.then(function() {\r\n\treturn index.writeTree();\r\n})\r\n.then(function(oid) {\r\n\treturn repository.createCommit(\"HEAD\",\r\n\t\tgit.Signature.default(repository),\r\n\t\tgit.Signature.default(repository),\r\n\t\t\"message\", oid, []);\r\n})\r\n.then(function(oid) {\r\n\thead = oid;\r\n\tfs.writeFileSync(fileName, \"B\", null);\r\n\treturn repository.refreshIndex();\r\n})\r\n.then(function(idx) {\r\n\tindex = idx;\r\n\treturn index.addByPath(name);\r\n})\r\n.then(function() {\r\n\treturn index.write();\r\n})\r\n.then(function() {\r\n\treturn index.writeTree();\r\n})\r\n.then(function(oid) {\r\n\treturn repository.createCommit(\"HEAD\",\r\n\t\tgit.Signature.default(repository),\r\n\t\tgit.Signature.default(repository),\r\n\t\t\"left\", oid, [ head ]);\r\n})\r\n.then(function(left) {\r\n\treturn repository.getCommit(left);\r\n})\r\n.then(function(commit) {\r\n\treturn git.Branch.create(repository, \"leftBranch\", commit, false);\r\n})\r\n.then(function(branch) {\r\n\tleftBranch = branch;\r\n\treturn repository.getCommit(head);\r\n})\r\n.then(function(commit) {\r\n\treturn git.Reset.reset(repository, commit, git.Reset.TYPE.HARD, {});\r\n})\r\n.then(function() {\r\n\tfs.writeFileSync(fileName2, \"C\", null);\r\n\treturn repository.refreshIndex();\r\n})\r\n.then(function(idx) {\r\n\tindex = idx;\r\n\treturn index.addByPath(name2);\r\n})\r\n.then(function() {\r\n\treturn index.write();\r\n})\r\n.then(function() {\r\n\treturn index.writeTree();\r\n})\r\n.then(function(oid) {\r\n\treturn repository.createCommit(\"HEAD\",\r\n\t\tgit.Signature.default(repository),\r\n\t\tgit.Signature.default(repository),\r\n\t\t\"right\", oid, [ head ]);\r\n})\r\n.then(function(commit) {\r\n\treturn repository.mergeBranches(\"master\", leftBranch, git.Signature.default(repository), null, null);\r\n})\r\n.then(function() {\r\n\treturn repository.getStatus();\r\n})\r\n.then(function(statuses) {\r\n\tconsole.log(statuses);\r\n\tconsole.log(statuses[0].path());\r\n})\r\n.catch(function(err) {\r\n\tconsole.log(err);\r\n});\r\n```","author":{"url":"https://github.com/rcjsuen","@type":"Person","name":"rcjsuen"},"datePublished":"2017-02-08T10:50:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/1217/nodegit/issues/1217"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:178e67e0-c80b-1077-d994-9726c951388d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC752:A2119:1EE76DD:29DCB13:6970822F
html-safe-noncecefdbacbec3829aac35667d1e42fd28b1b41ca07d85a413bfe2a57a798ca6b70
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNzUyOkEyMTE5OjFFRTc2REQ6MjlEQ0IxMzo2OTcwODIyRiIsInZpc2l0b3JfaWQiOiIxNTYyMDE5NzA5NzEwMjcxMDIzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac7033233c33fc251ca7aaf93b4ff8f426f013d50f27fe9dcbe88fc4ef2ed89097
hovercard-subject-tagissue:206161069
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/nodegit/nodegit/1217/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ac2932cbc3cb35b9ebdc7cff5e16aeeb92f4f7cf4e12bcb60285a3b4a2b54b7d/nodegit/nodegit/issues/1217
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ac2932cbc3cb35b9ebdc7cff5e16aeeb92f4f7cf4e12bcb60285a3b4a2b54b7d/nodegit/nodegit/issues/1217
og:image:altRun the code below. You will see that stuff gets printed indicating a dirty index. cd merge-commit-bug git status > git status On branch master Changes to be committed: (use "git reset HEAD ....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamercjsuen
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git
octolytics-dimension-user_id657068
octolytics-dimension-user_loginnodegit
octolytics-dimension-repository_id1383170
octolytics-dimension-repository_nwonodegit/nodegit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1383170
octolytics-dimension-repository_network_root_nwonodegit/nodegit
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
release7d6181066430cc06553c8396ca201e194ae33cb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodegit/nodegit/issues/1217#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F1217
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%2Fnodegit%2Fnodegit%2Fissues%2F1217
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=nodegit%2Fnodegit
Reloadhttps://github.com/nodegit/nodegit/issues/1217
Reloadhttps://github.com/nodegit/nodegit/issues/1217
Reloadhttps://github.com/nodegit/nodegit/issues/1217
nodegit https://github.com/nodegit
nodegithttps://github.com/nodegit/nodegit
Notifications https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Fork 697 https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Star 5.8k https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Code https://github.com/nodegit/nodegit
Issues 343 https://github.com/nodegit/nodegit/issues
Pull requests 19 https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects 0 https://github.com/nodegit/nodegit/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/nodegit/nodegit/security
Please reload this pagehttps://github.com/nodegit/nodegit/issues/1217
Insights https://github.com/nodegit/nodegit/pulse
Code https://github.com/nodegit/nodegit
Issues https://github.com/nodegit/nodegit/issues
Pull requests https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
New issuehttps://github.com/login?return_to=https://github.com/nodegit/nodegit/issues/1217
New issuehttps://github.com/login?return_to=https://github.com/nodegit/nodegit/issues/1217
#1271https://github.com/nodegit/nodegit/pull/1271
Repository.mergeBranches creates dirty index after a non-conflicting mergehttps://github.com/nodegit/nodegit/issues/1217#top
#1271https://github.com/nodegit/nodegit/pull/1271
https://github.com/rcjsuen
https://github.com/rcjsuen
rcjsuenhttps://github.com/rcjsuen
on Feb 8, 2017https://github.com/nodegit/nodegit/issues/1217#issue-206161069
merge.jshttps://github.com/nodegit/nodegit/blob/4c8f601880a68d96ff59d18332e2d72524c05fe0/test/tests/merge.js
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.