René's URL Explorer Experiment


Title: Node 0.6x fixes by moneal · Pull Request #34 · nodegit/nodegit · GitHub

Open Graph Title: Node 0.6x fixes by moneal · Pull Request #34 · nodegit/nodegit

X Title: Node 0.6x fixes by moneal · Pull Request #34 · nodegit/nodegit

Description: Tested with node v0.6.5 on Lion $ ./configure Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for program g++ or c++ : /usr/bin/g++ Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for g++ : ok Checking for node path : ok /usr/local/lib/node Checking for node prefix : ok /usr/local -- The C compiler identification is GNU -- Checking whether C compiler has -isysroot -- Checking whether C compiler has -isysroot - yes -- Checking whether C compiler supports OSX deployment target flag -- Checking whether C compiler supports OSX deployment target flag - yes -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") -- Looking for include files CMAKE_HAVE_PTHREAD_H -- Looking for include files CMAKE_HAVE_PTHREAD_H - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done -- Generating done -- Build files have been written to: /Users/ghost/work/3rdparty_repos/nodegit/vendor/libgit2/build 'configure' finished successfully (1.126s) $ make Waf: Entering directory /Users/ghost/work/3rdparty_repos/nodegit/build' Scanning dependencies of target git2 [ 2%] Building C object CMakeFiles/git2.dir/src/blob.c.o [ 4%] Building C object CMakeFiles/git2.dir/src/buffer.c.o [ 6%] Building C object CMakeFiles/git2.dir/src/cache.c.o [ 8%] Building C object CMakeFiles/git2.dir/src/commit.c.o [ 10%] Building C object CMakeFiles/git2.dir/src/config.c.o [ 12%] Building C object CMakeFiles/git2.dir/src/config_file.c.o [ 14%] Building C object CMakeFiles/git2.dir/src/delta-apply.c.o [ 17%] Building C object CMakeFiles/git2.dir/src/errors.c.o [ 19%] Building C object CMakeFiles/git2.dir/src/fetch.c.o [ 21%] Building C object CMakeFiles/git2.dir/src/filebuf.c.o [ 23%] Building C object CMakeFiles/git2.dir/src/fileops.c.o [ 25%] Building C object CMakeFiles/git2.dir/src/hash.c.o [ 27%] Building C object CMakeFiles/git2.dir/src/hashtable.c.o [ 29%] Building C object CMakeFiles/git2.dir/src/index.c.o [ 31%] Building C object CMakeFiles/git2.dir/src/indexer.c.o [ 34%] Building C object CMakeFiles/git2.dir/src/mwindow.c.o [ 36%] Building C object CMakeFiles/git2.dir/src/netops.c.o [ 38%] Building C object CMakeFiles/git2.dir/src/object.c.o [ 40%] Building C object CMakeFiles/git2.dir/src/odb.c.o [ 42%] Building C object CMakeFiles/git2.dir/src/odb_loose.c.o [ 44%] Building C object CMakeFiles/git2.dir/src/odb_pack.c.o [ 46%] Building C object CMakeFiles/git2.dir/src/oid.c.o [ 48%] Building C object CMakeFiles/git2.dir/src/pack.c.o [ 51%] Building C object CMakeFiles/git2.dir/src/path.c.o [ 53%] Building C object CMakeFiles/git2.dir/src/pkt.c.o [ 55%] Building C object CMakeFiles/git2.dir/src/posix.c.o [ 57%] Building C object CMakeFiles/git2.dir/src/pqueue.c.o [ 59%] Building C object CMakeFiles/git2.dir/src/reflog.c.o [ 61%] Building C object CMakeFiles/git2.dir/src/refs.c.o [ 63%] Building C object CMakeFiles/git2.dir/src/refspec.c.o [ 65%] Building C object CMakeFiles/git2.dir/src/remote.c.o [ 68%] Building C object CMakeFiles/git2.dir/src/repository.c.o [ 70%] Building C object CMakeFiles/git2.dir/src/revwalk.c.o [ 72%] Building C object CMakeFiles/git2.dir/src/sha1.c.o [ 74%] Building C object CMakeFiles/git2.dir/src/sha1_lookup.c.o [ 76%] Building C object CMakeFiles/git2.dir/src/signature.c.o [ 78%] Building C object CMakeFiles/git2.dir/src/status.c.o [ 80%] Building C object CMakeFiles/git2.dir/src/tag.c.o [ 82%] Building C object CMakeFiles/git2.dir/src/thread-utils.c.o [ 85%] Building C object CMakeFiles/git2.dir/src/transport.c.o [ 87%] Building C object CMakeFiles/git2.dir/src/transport_git.c.o [ 89%] Building C object CMakeFiles/git2.dir/src/transport_local.c.o [ 91%] Building C object CMakeFiles/git2.dir/src/tree.c.o [ 93%] Building C object CMakeFiles/git2.dir/src/tsort.c.o [ 95%] Building C object CMakeFiles/git2.dir/src/util.c.o [ 97%] Building C object CMakeFiles/git2.dir/src/vector.c.o [100%] Building C object CMakeFiles/git2.dir/src/unix/map.c.o Linking C shared library libgit2.dylib [100%] Built target git2 [ 1/13] cxx: src/base.cc -> build/Release/src/base_1.o [ 2/13] cxx: src/sig.cc -> build/Release/src/sig_1.o [ 3/13] cxx: src/blob.cc -> build/Release/src/blob_1.o [ 4/13] cxx: src/error.cc -> build/Release/src/error_1.o [ 5/13] cxx: src/object.cc -> build/Release/src/object_1.o [ 6/13] cxx: src/reference.cc -> build/Release/src/reference_1.o [ 7/13] cxx: src/repo.cc -> build/Release/src/repo_1.o [ 8/13] cxx: src/commit.cc -> build/Release/src/commit_1.o [ 9/13] cxx: src/oid.cc -> build/Release/src/oid_1.o [10/13] cxx: src/revwalk.cc -> build/Release/src/revwalk_1.o [11/13] cxx: src/tree.cc -> build/Release/src/tree_1.o [12/13] cxx: src/tree_entry.cc -> build/Release/src/tree_entry_1.o [13/13] cxx_link: build/Release/src/base_1.o build/Release/src/sig_1.o build/Release/src/blob_1.o build/Release/src/error_1.o build/Release/src/object_1.o build/Release/src/reference_1.o build/Release/src/repo_1.o build/Release/src/commit_1.o build/Release/src/oid_1.o build/Release/src/revwalk_1.o build/Release/src/tree_1.o build/Release/src/tree_entry_1.o -> build/Release/nodegit.node Waf: Leaving directory/Users/ghost/work/3rdparty_repos/nodegit/build' 'build' finished successfully (9.405s) $ make test The "sys" module is now called "util". It should have a similar interface. raw-blob.js ✔ constructor ✔ lookup ✔ rawContent ✔ rawSize ✔ close ✔ createFromFile ✔ createFromBuffer raw-commit.js ✔ constructor ✔ lookup raw-error.js ✔ constructor ✔ str_error raw-object.js ✔ constructor raw-oid.js ✔ constructor ✔ mkstr ✔ fmt ✔ toString raw-reference.js ✔ constructor ✔ lookup raw-repo.js ✔ constructor ✔ open ✔ free ✔ init raw-revwalk.js ✔ constructor convenience-repo.js ✔ method ✔ init OK: 94 assertions (47ms)

Open Graph Description: Tested with node v0.6.5 on Lion $ ./configure Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar ...

X Description: Tested with node v0.6.5 on Lion $ ./configure Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar ...

Opengraph URL: https://github.com/nodegit/nodegit/pull/34

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:ed10f2d2-1cd4-4cfa-2997-75ae91247ce1
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE1EE:392A33:156EC7:1CDDD2:6A5FE920
html-safe-nonce8fba127ffb7376d1c6796b52b277096819c2f861d0a003c3bba671873afb90e8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMUVFOjM5MkEzMzoxNTZFQzc6MUNEREQyOjZBNUZFOTIwIiwidmlzaXRvcl9pZCI6IjE3Mzg4NDk2NDY1MTU1NzkxNjgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac42630b8eac4e52b4dd3501baffc74ab67507b8c2e23683b8f7dabf935d9264e7
hovercard-subject-tagpull_request:596080
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/nodegit/nodegit/pull/34/files
twitter:imagehttps://avatars.githubusercontent.com/u/46388?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/46388?s=400&v=4
og:image:altTested with node v0.6.5 on Lion $ ./configure Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneba296ecd3a3521238fe43b3b3b08cc09207ddc21173e16ee656db03803de8e2b
turbo-cache-controlno-preview
diff-viewunified
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 full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6e50fb37e29e4aa0df6386cb485e58b0e3ca97ab
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodegit/nodegit/pull/34/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fpull%2F34%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
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%2Fpull%2F34%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=nodegit%2Fnodegit
Reloadhttps://github.com/nodegit/nodegit/pull/34/files
Reloadhttps://github.com/nodegit/nodegit/pull/34/files
Reloadhttps://github.com/nodegit/nodegit/pull/34/files
Please reload this pagehttps://github.com/nodegit/nodegit/pull/34/files
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
Sign up for GitHub https://github.com/signup?return_to=%2Fnodegit%2Fnodegit%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodegit%2Fnodegit%2Fissues%2Fnew%2Fchoose
tbranyenhttps://github.com/tbranyen
nodegit:0.0.6https://github.com/nodegit/nodegit/tree/0.0.6
moneal:0.0.6https://github.com/moneal/nodegit/tree/0.0.6
Conversation 0 https://github.com/nodegit/nodegit/pull/34
Commits 3 https://github.com/nodegit/nodegit/pull/34/commits
Checks 0 https://github.com/nodegit/nodegit/pull/34/checks
Files changed https://github.com/nodegit/nodegit/pull/34/files
Please reload this pagehttps://github.com/nodegit/nodegit/pull/34/files
Node 0.6x fixes https://github.com/nodegit/nodegit/pull/34/files#top
Show all changes 3 commits https://github.com/nodegit/nodegit/pull/34/files
a93d5f1 Updates for node 0.0.6x moneal Dec 9, 2011 https://github.com/nodegit/nodegit/pull/34/commits/a93d5f199f850ac169dcf6fa266fcd3216be2b4c
aa5a9ec Changing build path moneal Dec 9, 2011 https://github.com/nodegit/nodegit/pull/34/commits/aa5a9ecba3de0ab1474af8c06a33b026badaca20
7193584 Path changes for tests and install moneal Dec 14, 2011 https://github.com/nodegit/nodegit/pull/34/commits/7193584332bb14d3adf6db7272943ac72907b4f7
Clear filters https://github.com/nodegit/nodegit/pull/34/files
Please reload this pagehttps://github.com/nodegit/nodegit/pull/34/files
Please reload this pagehttps://github.com/nodegit/nodegit/pull/34/files
Makefile https://github.com/nodegit/nodegit/pull/34/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
blob.h https://github.com/nodegit/nodegit/pull/34/files#diff-bc7bbaf621d6a4138c8961ed9d1263fa010bb6c8de897eb4fcbe895c09b4a900
commit.h https://github.com/nodegit/nodegit/pull/34/files#diff-64ab2d055105d2a936d6ac15c4b10bffc448b21427be4a83b49ad3da8c1df7c2
error.h https://github.com/nodegit/nodegit/pull/34/files#diff-0563a3abbecbf6bb51bda35e4bcae25bce0ed86845629905ec50800698dbe6fb
index.h https://github.com/nodegit/nodegit/pull/34/files#diff-e3ae746b87b47cfe50728bcbd9267e753ef4c375cdb18b4bc1e581d9635d9109
object.h https://github.com/nodegit/nodegit/pull/34/files#diff-acb1ea678be2c0f295c365ce35e477a4d74fba18763991ad67dc74e99cb56e94
odb.h https://github.com/nodegit/nodegit/pull/34/files#diff-382aa7b45908dc5e1be37d833c866091ab078a4cb61d645b49f4b2acac6099f1
odb_backend.h https://github.com/nodegit/nodegit/pull/34/files#diff-ecf8543be445c5682b594bfa180a1269d957e698d607d2c3a3db7e53b2a410aa
oid.h https://github.com/nodegit/nodegit/pull/34/files#diff-157cc2af73c93169f11f9f94f5129e6a122e174191fbdb95758ee40e88250118
reference.h https://github.com/nodegit/nodegit/pull/34/files#diff-4c62c7c04db82987e62d28f63cc85990c3b2e52f27f6460bb775faba38f2c662
repo.h https://github.com/nodegit/nodegit/pull/34/files#diff-e6c5ad93a354e11f40d6b4bf4c4c22a425fd6f649083f70912f216956b4cbb9d
revwalk.h https://github.com/nodegit/nodegit/pull/34/files#diff-645c9cf7828b9c0438c093cb632d9de8268a3929487bd7f1866855950dff50f5
sig.h https://github.com/nodegit/nodegit/pull/34/files#diff-c1ffc4459f29bc4e3adebfe2d835c6984c3c8970af71da5cae2919180baa5936
tag.h https://github.com/nodegit/nodegit/pull/34/files#diff-ab1b9d69a914d5c5170cfdc9322223281921494ed0de134eb0a4208084269a89
tree.h https://github.com/nodegit/nodegit/pull/34/files#diff-2d96d97ffdd3411250af2a446041fab311b9b83dd4b47a7c124005a54a060152
tree_entry.h https://github.com/nodegit/nodegit/pull/34/files#diff-33a434da2e16a93dc6995fffe353eb603f339f9f02945844fc206e474177cca5
index.js https://github.com/nodegit/nodegit/pull/34/files#diff-92bbac9a308cd5fcf9db165841f2d90ce981baddcb2b1e26cfff170929af3bd1
base.cc https://github.com/nodegit/nodegit/pull/34/files#diff-8026e52628f7c57205830dbcb0ae1d4f9fcee86ca732602ac98592de23ac82f6
blob.cc https://github.com/nodegit/nodegit/pull/34/files#diff-69a97826df965a7969313f738cfb648464630d25805bfee4dd7e57dc90d54b8e
commit.cc https://github.com/nodegit/nodegit/pull/34/files#diff-9f921b23ed233baa5f39ac6d586695a9d156e75dd76366427c3e6c2301d5b43c
error.cc https://github.com/nodegit/nodegit/pull/34/files#diff-93232d89b401bbaa2c2d582c07e0cee5e21a1880ee651cf04f447de767465b8b
object.cc https://github.com/nodegit/nodegit/pull/34/files#diff-78ad10d696ab29f96edde6951340f390b86d5381bf0fe38845fdf1bc255f82ce
oid.cc https://github.com/nodegit/nodegit/pull/34/files#diff-39d124db1700d954f365ef0aab829cb1b4eaf7990d0a380d1bdb8ebe920a8240
reference.cc https://github.com/nodegit/nodegit/pull/34/files#diff-7cc730da913d63c291954d75821ee2b80403f3d3a3b016d25bdfb93d2d546f35
repo.cc https://github.com/nodegit/nodegit/pull/34/files#diff-74486475aa1a37b6171e99d7680532517b36ef86afae8e5e467a3574fc104fdd
revwalk.cc https://github.com/nodegit/nodegit/pull/34/files#diff-4947aa4534c9cefaedc8effb1d04a8ee8ead61e695f553a76d4b7a1394159c44
sig.cc https://github.com/nodegit/nodegit/pull/34/files#diff-752738a61d584b1464aa4102a499a326a5e2bdc0b0b743e27a5ae9af2f0b52b1
tree.cc https://github.com/nodegit/nodegit/pull/34/files#diff-0b990604c2ec9ebd6f320ebe92099d46e0ab8e854c6e787fac2f208409d112d3
tree_entry.cc https://github.com/nodegit/nodegit/pull/34/files#diff-1c2cfdb21236017c55807ab883e9be88486e2210a17a79099706fa1d2b28471a
index.js https://github.com/nodegit/nodegit/pull/34/files#diff-5bb8db779819ddef5956a5d9d5949c05ef7445237656ca37bf2f02720271440b
Makefilehttps://github.com/nodegit/nodegit/pull/34/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/Makefile
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
https://github.com/nodegit/nodegit/pull/34/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
include/blob.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-bc7bbaf621d6a4138c8961ed9d1263fa010bb6c8de897eb4fcbe895c09b4a900
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/blob.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-bc7bbaf621d6a4138c8961ed9d1263fa010bb6c8de897eb4fcbe895c09b4a900
https://github.com/nodegit/nodegit/pull/34/files#diff-bc7bbaf621d6a4138c8961ed9d1263fa010bb6c8de897eb4fcbe895c09b4a900
include/commit.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-64ab2d055105d2a936d6ac15c4b10bffc448b21427be4a83b49ad3da8c1df7c2
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/commit.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-64ab2d055105d2a936d6ac15c4b10bffc448b21427be4a83b49ad3da8c1df7c2
https://github.com/nodegit/nodegit/pull/34/files#diff-64ab2d055105d2a936d6ac15c4b10bffc448b21427be4a83b49ad3da8c1df7c2
https://github.com/nodegit/nodegit/pull/34/files#diff-64ab2d055105d2a936d6ac15c4b10bffc448b21427be4a83b49ad3da8c1df7c2
https://github.com/nodegit/nodegit/pull/34/files#diff-64ab2d055105d2a936d6ac15c4b10bffc448b21427be4a83b49ad3da8c1df7c2
https://github.com/nodegit/nodegit/pull/34/files#diff-64ab2d055105d2a936d6ac15c4b10bffc448b21427be4a83b49ad3da8c1df7c2
include/error.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-0563a3abbecbf6bb51bda35e4bcae25bce0ed86845629905ec50800698dbe6fb
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/error.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-0563a3abbecbf6bb51bda35e4bcae25bce0ed86845629905ec50800698dbe6fb
https://github.com/nodegit/nodegit/pull/34/files#diff-0563a3abbecbf6bb51bda35e4bcae25bce0ed86845629905ec50800698dbe6fb
include/index.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-e3ae746b87b47cfe50728bcbd9267e753ef4c375cdb18b4bc1e581d9635d9109
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/index.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-e3ae746b87b47cfe50728bcbd9267e753ef4c375cdb18b4bc1e581d9635d9109
https://github.com/nodegit/nodegit/pull/34/files#diff-e3ae746b87b47cfe50728bcbd9267e753ef4c375cdb18b4bc1e581d9635d9109
include/object.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-acb1ea678be2c0f295c365ce35e477a4d74fba18763991ad67dc74e99cb56e94
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/object.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-acb1ea678be2c0f295c365ce35e477a4d74fba18763991ad67dc74e99cb56e94
https://github.com/nodegit/nodegit/pull/34/files#diff-acb1ea678be2c0f295c365ce35e477a4d74fba18763991ad67dc74e99cb56e94
https://github.com/nodegit/nodegit/pull/34/files#diff-acb1ea678be2c0f295c365ce35e477a4d74fba18763991ad67dc74e99cb56e94
include/odb.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-382aa7b45908dc5e1be37d833c866091ab078a4cb61d645b49f4b2acac6099f1
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/odb.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-382aa7b45908dc5e1be37d833c866091ab078a4cb61d645b49f4b2acac6099f1
https://github.com/nodegit/nodegit/pull/34/files#diff-382aa7b45908dc5e1be37d833c866091ab078a4cb61d645b49f4b2acac6099f1
include/odb_backend.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-ecf8543be445c5682b594bfa180a1269d957e698d607d2c3a3db7e53b2a410aa
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/odb_backend.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-ecf8543be445c5682b594bfa180a1269d957e698d607d2c3a3db7e53b2a410aa
https://github.com/nodegit/nodegit/pull/34/files#diff-ecf8543be445c5682b594bfa180a1269d957e698d607d2c3a3db7e53b2a410aa
include/oid.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-157cc2af73c93169f11f9f94f5129e6a122e174191fbdb95758ee40e88250118
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/oid.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-157cc2af73c93169f11f9f94f5129e6a122e174191fbdb95758ee40e88250118
https://github.com/nodegit/nodegit/pull/34/files#diff-157cc2af73c93169f11f9f94f5129e6a122e174191fbdb95758ee40e88250118
include/reference.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-4c62c7c04db82987e62d28f63cc85990c3b2e52f27f6460bb775faba38f2c662
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/reference.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-4c62c7c04db82987e62d28f63cc85990c3b2e52f27f6460bb775faba38f2c662
https://github.com/nodegit/nodegit/pull/34/files#diff-4c62c7c04db82987e62d28f63cc85990c3b2e52f27f6460bb775faba38f2c662
https://github.com/nodegit/nodegit/pull/34/files#diff-4c62c7c04db82987e62d28f63cc85990c3b2e52f27f6460bb775faba38f2c662
https://github.com/nodegit/nodegit/pull/34/files#diff-4c62c7c04db82987e62d28f63cc85990c3b2e52f27f6460bb775faba38f2c662
include/repo.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-e6c5ad93a354e11f40d6b4bf4c4c22a425fd6f649083f70912f216956b4cbb9d
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/repo.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-e6c5ad93a354e11f40d6b4bf4c4c22a425fd6f649083f70912f216956b4cbb9d
https://github.com/nodegit/nodegit/pull/34/files#diff-e6c5ad93a354e11f40d6b4bf4c4c22a425fd6f649083f70912f216956b4cbb9d
https://github.com/nodegit/nodegit/pull/34/files#diff-e6c5ad93a354e11f40d6b4bf4c4c22a425fd6f649083f70912f216956b4cbb9d
https://github.com/nodegit/nodegit/pull/34/files#diff-e6c5ad93a354e11f40d6b4bf4c4c22a425fd6f649083f70912f216956b4cbb9d
https://github.com/nodegit/nodegit/pull/34/files#diff-e6c5ad93a354e11f40d6b4bf4c4c22a425fd6f649083f70912f216956b4cbb9d
include/revwalk.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-645c9cf7828b9c0438c093cb632d9de8268a3929487bd7f1866855950dff50f5
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/revwalk.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-645c9cf7828b9c0438c093cb632d9de8268a3929487bd7f1866855950dff50f5
https://github.com/nodegit/nodegit/pull/34/files#diff-645c9cf7828b9c0438c093cb632d9de8268a3929487bd7f1866855950dff50f5
https://github.com/nodegit/nodegit/pull/34/files#diff-645c9cf7828b9c0438c093cb632d9de8268a3929487bd7f1866855950dff50f5
https://github.com/nodegit/nodegit/pull/34/files#diff-645c9cf7828b9c0438c093cb632d9de8268a3929487bd7f1866855950dff50f5
include/sig.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-c1ffc4459f29bc4e3adebfe2d835c6984c3c8970af71da5cae2919180baa5936
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/sig.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-c1ffc4459f29bc4e3adebfe2d835c6984c3c8970af71da5cae2919180baa5936
https://github.com/nodegit/nodegit/pull/34/files#diff-c1ffc4459f29bc4e3adebfe2d835c6984c3c8970af71da5cae2919180baa5936
https://github.com/nodegit/nodegit/pull/34/files#diff-c1ffc4459f29bc4e3adebfe2d835c6984c3c8970af71da5cae2919180baa5936
include/tag.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-ab1b9d69a914d5c5170cfdc9322223281921494ed0de134eb0a4208084269a89
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/tag.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-ab1b9d69a914d5c5170cfdc9322223281921494ed0de134eb0a4208084269a89
https://github.com/nodegit/nodegit/pull/34/files#diff-ab1b9d69a914d5c5170cfdc9322223281921494ed0de134eb0a4208084269a89
include/tree.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-2d96d97ffdd3411250af2a446041fab311b9b83dd4b47a7c124005a54a060152
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/tree.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-2d96d97ffdd3411250af2a446041fab311b9b83dd4b47a7c124005a54a060152
https://github.com/nodegit/nodegit/pull/34/files#diff-2d96d97ffdd3411250af2a446041fab311b9b83dd4b47a7c124005a54a060152
https://github.com/nodegit/nodegit/pull/34/files#diff-2d96d97ffdd3411250af2a446041fab311b9b83dd4b47a7c124005a54a060152
https://github.com/nodegit/nodegit/pull/34/files#diff-2d96d97ffdd3411250af2a446041fab311b9b83dd4b47a7c124005a54a060152
https://github.com/nodegit/nodegit/pull/34/files#diff-2d96d97ffdd3411250af2a446041fab311b9b83dd4b47a7c124005a54a060152
include/tree_entry.hhttps://github.com/nodegit/nodegit/pull/34/files#diff-33a434da2e16a93dc6995fffe353eb603f339f9f02945844fc206e474177cca5
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/include/tree_entry.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-33a434da2e16a93dc6995fffe353eb603f339f9f02945844fc206e474177cca5
https://github.com/nodegit/nodegit/pull/34/files#diff-33a434da2e16a93dc6995fffe353eb603f339f9f02945844fc206e474177cca5
https://github.com/nodegit/nodegit/pull/34/files#diff-33a434da2e16a93dc6995fffe353eb603f339f9f02945844fc206e474177cca5
lib/index.jshttps://github.com/nodegit/nodegit/pull/34/files#diff-92bbac9a308cd5fcf9db165841f2d90ce981baddcb2b1e26cfff170929af3bd1
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/lib/index.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-92bbac9a308cd5fcf9db165841f2d90ce981baddcb2b1e26cfff170929af3bd1
src/base.cchttps://github.com/nodegit/nodegit/pull/34/files#diff-8026e52628f7c57205830dbcb0ae1d4f9fcee86ca732602ac98592de23ac82f6
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/src/base.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-8026e52628f7c57205830dbcb0ae1d4f9fcee86ca732602ac98592de23ac82f6
https://github.com/nodegit/nodegit/pull/34/files#diff-8026e52628f7c57205830dbcb0ae1d4f9fcee86ca732602ac98592de23ac82f6
src/blob.cchttps://github.com/nodegit/nodegit/pull/34/files#diff-69a97826df965a7969313f738cfb648464630d25805bfee4dd7e57dc90d54b8e
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/src/blob.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-69a97826df965a7969313f738cfb648464630d25805bfee4dd7e57dc90d54b8e
https://github.com/nodegit/nodegit/pull/34/files#diff-69a97826df965a7969313f738cfb648464630d25805bfee4dd7e57dc90d54b8e
src/commit.cchttps://github.com/nodegit/nodegit/pull/34/files#diff-9f921b23ed233baa5f39ac6d586695a9d156e75dd76366427c3e6c2301d5b43c
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/src/commit.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-9f921b23ed233baa5f39ac6d586695a9d156e75dd76366427c3e6c2301d5b43c
https://github.com/nodegit/nodegit/pull/34/files#diff-9f921b23ed233baa5f39ac6d586695a9d156e75dd76366427c3e6c2301d5b43c
https://github.com/nodegit/nodegit/pull/34/files#diff-9f921b23ed233baa5f39ac6d586695a9d156e75dd76366427c3e6c2301d5b43c
https://github.com/nodegit/nodegit/pull/34/files#diff-9f921b23ed233baa5f39ac6d586695a9d156e75dd76366427c3e6c2301d5b43c
src/error.cchttps://github.com/nodegit/nodegit/pull/34/files#diff-93232d89b401bbaa2c2d582c07e0cee5e21a1880ee651cf04f447de767465b8b
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/src/error.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-93232d89b401bbaa2c2d582c07e0cee5e21a1880ee651cf04f447de767465b8b
https://github.com/nodegit/nodegit/pull/34/files#diff-93232d89b401bbaa2c2d582c07e0cee5e21a1880ee651cf04f447de767465b8b
src/object.cchttps://github.com/nodegit/nodegit/pull/34/files#diff-78ad10d696ab29f96edde6951340f390b86d5381bf0fe38845fdf1bc255f82ce
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/src/object.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-78ad10d696ab29f96edde6951340f390b86d5381bf0fe38845fdf1bc255f82ce
https://github.com/nodegit/nodegit/pull/34/files#diff-78ad10d696ab29f96edde6951340f390b86d5381bf0fe38845fdf1bc255f82ce
src/oid.cchttps://github.com/nodegit/nodegit/pull/34/files#diff-39d124db1700d954f365ef0aab829cb1b4eaf7990d0a380d1bdb8ebe920a8240
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/src/oid.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-39d124db1700d954f365ef0aab829cb1b4eaf7990d0a380d1bdb8ebe920a8240
https://github.com/nodegit/nodegit/pull/34/files#diff-39d124db1700d954f365ef0aab829cb1b4eaf7990d0a380d1bdb8ebe920a8240
src/reference.cchttps://github.com/nodegit/nodegit/pull/34/files#diff-7cc730da913d63c291954d75821ee2b80403f3d3a3b016d25bdfb93d2d546f35
View file https://github.com/moneal/nodegit/blob/7193584332bb14d3adf6db7272943ac72907b4f7/src/reference.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/34/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/34/files#diff-7cc730da913d63c291954d75821ee2b80403f3d3a3b016d25bdfb93d2d546f35
https://github.com/nodegit/nodegit/pull/34/files#diff-7cc730da913d63c291954d75821ee2b80403f3d3a3b016d25bdfb93d2d546f35
https://github.com/nodegit/nodegit/pull/34/files#diff-7cc730da913d63c291954d75821ee2b80403f3d3a3b016d25bdfb93d2d546f35
https://github.com/nodegit/nodegit/pull/34/files#diff-7cc730da913d63c291954d75821ee2b80403f3d3a3b016d25bdfb93d2d546f35
Please reload this pagehttps://github.com/nodegit/nodegit/pull/34/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.