René's URL Explorer Experiment


Title: Incorrect commit oid's when aggregated from commit.history() · Issue #81 · nodegit/nodegit · GitHub

Open Graph Title: Incorrect commit oid's when aggregated from commit.history() · Issue #81 · nodegit/nodegit

X Title: Incorrect commit oid's when aggregated from commit.history() · Issue #81 · nodegit/nodegit

Description: If we take the example code that mirrors git log. And have it run on the aggregated commits rather than on each commit event like so: var git = require('nodegit'), async = require('async'); // Open the repository in the current directory...

Open Graph Description: If we take the example code that mirrors git log. And have it run on the aggregated commits rather than on each commit event like so: var git = require('nodegit'), async = require('async'); // Open...

X Description: If we take the example code that mirrors git log. And have it run on the aggregated commits rather than on each commit event like so: var git = require('nodegit'), async = require('asyn...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Incorrect commit oid's when aggregated from commit.history()","articleBody":"If we take the example code that mirrors git log. And have it run on the aggregated commits rather than on each commit event like so:\n\n``` javascript\nvar git = require('nodegit'),\n    async = require('async');\n\n// Open the repository in the current directory.\ngit.repo('.git', function(error, repository) {\n  if (error) {\n    throw error;\n  }\n\n  // Use the master branch.\n  repository.branch('master', function(error, branch) {\n    if (error) {\n      throw error;\n    }\n\n    branch.history().on('end', function(err, commits){\n        commits.forEach(function(commit){\n                 // Print out `git log` emulation.\n            async.series([\n                function(callback) {\n                    commit.sha(callback);\n                },\n                function(callback) {\n                    commit.time(callback);\n                },\n                function(callback) {\n                    commit.author(function(error, author) {\n                        author.name(callback);\n                    });\n                },\n                function(callback) {\n                    commit.author(function(error, author) {\n                        author.email(callback);\n                    });\n                },\n                function(callback) {\n                    commit.message(callback);\n                }\n            ], function printCommit(error, results) {\n                console.log('SHA ' + results[0]);\n                console.log(new Date(results[1] * 1000));\n                console.log(results[2] + ' \u003c' + results[3] + '\u003e');\n                console.log(results[4]);\n            });\n        });\n    });\n  });\n});\n```\n\nThen all the commit sha's are wrong. And most if not all of them point to nonexistant commits. Compare the outputs of the two versions of the program:\n(I edited out the emails)\n\nOriginal in README.md:\n\n```\nSHA a581e81d0205f27ede6a5557431a7ad16b4d4c60\nMon Jan 03 45538 18:06:40 GMT-0500 (EST)\nademoss \u003c------------------------\u003e\nInitial commit\n\nSHA 38e52f3dea8aac939168b4968f7f2688b9ce5a2e\nWed Jul 04 45551 06:20:00 GMT-0400 (EDT)\nAnthony De Moss \u003c------------------------\u003e\n- initial commit\n\nSHA 9976fc4546bca7d152453be2c0c9ca59ca9bad7a\nSat Mar 01 45552 11:03:20 GMT-0500 (EST)\nJohn renner \u003c------------------------\u003e\nInitial implementation\n\nSHA 700636e2d84f29a4ca8cfcc9b1c003c3c018fc7f\nThu Mar 13 45552 10:10:00 GMT-0400 (EDT)\nJohn renner \u003c------------------------\u003e\nFixed silly naming conventions\n```\n\nModified aggregating version:\n\n```\nSHA 0000000046bca7d1f01d00d4607f0000d0c92101\nMon Jan 03 45538 18:06:40 GMT-0500 (EST)\nademoss \u003c------------------------\u003e\nInitial commit\n\nSHA 0000000046bca7d1f01d00d4607f0000d0c92101\nWed Jul 04 45551 06:20:00 GMT-0400 (EDT)\nAnthony De Moss \u003c------------------------\u003e\n- initial commit\n\nSHA 0000000046bca7d1f01d00d4607f0000d0c92101\nSat Mar 01 45552 11:03:20 GMT-0500 (EST)\nJohn renner \u003c------------------------\u003e\nInitial implementation\n\nSHA 48fcde000000000070cd21010000000020fcde00\nThu Mar 13 45552 10:10:00 GMT-0400 (EDT)\nJohn renner \u003c------------------------\u003e\nFixed silly naming conventions\n```\n\nThe original matches the `git log` perfectly. The same thing happens if I try to manually aggregate them instead of using the aggregate provided in `history().on('end')`.\n\nI'm guessing this issue is due to some variable being reused improperly when creating the commits/oid's.\n","author":{"url":"https://github.com/djrenren","@type":"Person","name":"djrenren"},"datePublished":"2013-08-02T20:04:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/81/nodegit/issues/81"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c7acc0fe-5be4-68fe-d8ec-4a0f2ae4bd10
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB6A2:3E383E:366C6:4881B:6A5FE442
html-safe-nonce1a2e6d7d236a56578c6c3a51e1a7002d5b4e46c0aa36efa73883e869845b00ce
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNkEyOjNFMzgzRTozNjZDNjo0ODgxQjo2QTVGRTQ0MiIsInZpc2l0b3JfaWQiOiI4MTI4ODMyNzYzMjIxNTAwOTk0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac19780a6cab370903818e2e97bd125cd2a3c56703c9943d55f97bcb4fd07d9dc2
hovercard-subject-tagissue:17578695
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/81/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7cd08a79d609fa307242db71a7fc385c308ff2a18161cceba65a2160089d6156/nodegit/nodegit/issues/81
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7cd08a79d609fa307242db71a7fc385c308ff2a18161cceba65a2160089d6156/nodegit/nodegit/issues/81
og:image:altIf we take the example code that mirrors git log. And have it run on the aggregated commits rather than on each commit event like so: var git = require('nodegit'), async = require('async'); // Open...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedjrenren
hostnamegithub.com
expected-hostnamegithub.com
None78938542173c0d8e4ad1aefc7954896e81c10ce2620286603ef14cf593bd5a11
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
release1a427601e09953033b696253e754ebc7328096a7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodegit/nodegit/issues/81#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F81
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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%2Fnodegit%2Fnodegit%2Fissues%2F81
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/81
Reloadhttps://github.com/nodegit/nodegit/issues/81
Reloadhttps://github.com/nodegit/nodegit/issues/81
Please reload this pagehttps://github.com/nodegit/nodegit/issues/81
nodegit https://github.com/nodegit
nodegithttps://github.com/nodegit/nodegit
Notifications https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Fork 698 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 20 https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security and quality 0 https://github.com/nodegit/nodegit/security
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 and quality https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Incorrect commit oid's when aggregated from commit.history()https://github.com/nodegit/nodegit/issues/81#top
https://github.com/djrenren
djrenrenhttps://github.com/djrenren
on Aug 2, 2013https://github.com/nodegit/nodegit/issues/81#issue-17578695
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.