Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
javascript-forks
/
nodegit.nodegit
Public
forked from
nodegit/nodegit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
nodegit.nodegit
generate
templates
on
fix-commit-doc
User selector
All users
All time
Commit history
Commits on Mar 22, 2015
Remove dead code in copy.cc
tbranyen
committed
c7de412
View commit details
Copy full SHA for c7de412
View code at this point
Browse repository at this point
Run coverage in CI and add Coveralls badge
tbranyen
committed
89b541f
View commit details
Copy full SHA for 89b541f
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Fix iojs build in windows
johnhaley81
committed
825ce42
View commit details
Copy full SHA for 825ce42
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Don't assign enums to __proto__
orderedlist
committed
30a9ac0
View commit details
Copy full SHA for 30a9ac0
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Adds support for strarray in structs
Show description for 5047566
orderedlist
committed
5047566
View commit details
Copy full SHA for 5047566
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
remove unneeded locals
maxkorp
committed
1906fea
View commit details
Copy full SHA for 1906fea
View code at this point
Browse repository at this point
remove module.exports and move stuff around A LOT
maxkorp
committed
37b3b90
View commit details
Copy full SHA for 37b3b90
View code at this point
Browse repository at this point
fix statusfile
maxkorp
committed
78ea4b7
View commit details
Copy full SHA for 78ea4b7
View code at this point
Browse repository at this point
statusfile is not a function? and reset.reset not promisifying
maxkorp
committed
9d4777b
View commit details
Copy full SHA for 9d4777b
View code at this point
Browse repository at this point
works now when loading via nodegit, direct requires (eg require../clone) broken
maxkorp
committed
ed903e5
View commit details
Copy full SHA for ed903e5
View code at this point
Browse repository at this point
Merge pull request #455 from nodegit/ol-fix-including-lib
Show description for 2542c04
tbranyen
committed
2542c04
View commit details
Copy full SHA for 2542c04
View code at this point
Browse repository at this point
Template out importing extensions
tbranyen
committed
4134442
View commit details
Copy full SHA for 4134442
View code at this point
Browse repository at this point
Fix to the StrConverter
Show description for a963050
mattyclarkson
committed
a963050
View commit details
Copy full SHA for a963050
View code at this point
Browse repository at this point
Expose AllocStrArray
mattyclarkson
committed
3e5cb89
View commit details
Copy full SHA for 3e5cb89
View code at this point
Browse repository at this point
Reduce number of heap allocations for string array
mattyclarkson
committed
3d4cecf
View commit details
Copy full SHA for 3d4cecf
View code at this point
Browse repository at this point
Some lib files were missing from nodegit.js template
Show description for 7ed2e6a
orderedlist
committed
7ed2e6a
View commit details
Copy full SHA for 7ed2e6a
View code at this point
Browse repository at this point
Allocate the correct amount of memory
mattyclarkson
committed
1a74a2d
View commit details
Copy full SHA for 1a74a2d
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Duplicate the string out of the native abstraction class
Show description for c843627
mattyclarkson
committed
c843627
View commit details
Copy full SHA for c843627
View code at this point
Browse repository at this point
Use size_t for loop indexing
mattyclarkson
committed
b4f0caf
View commit details
Copy full SHA for b4f0caf
View code at this point
Browse repository at this point
Fix pointer calculation with embedded libgit2 objects
John Haley
authored and
orderedlist
committed
80ec4b3
View commit details
Copy full SHA for 80ec4b3
View code at this point
Browse repository at this point
Commits on Mar 1, 2015
Explicit typecast of the callback to uv_async_cb
orderedlist
committed
c73435e
View commit details
Copy full SHA for c73435e
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
hide callback payloads from javascript
maxkorp
committed
7a28e00
View commit details
Copy full SHA for 7a28e00
View code at this point
Browse repository at this point
Merge pull request #435 from nodegit/fix-libuv-thread
Show description for 9a859cc
johnhaley81
committed
9a859cc
View commit details
Copy full SHA for 9a859cc
View code at this point
Browse repository at this point
Fix transfer callback stats
Show description for 5e8f31b
John Haley
committed
5e8f31b
View commit details
Copy full SHA for 5e8f31b
View code at this point
Browse repository at this point
Fix libuv threading issues with callbacks
John Haley
committed
823b21d
View commit details
Copy full SHA for 823b21d
View code at this point
Browse repository at this point
Make callbacks on structs persist
John Haley
authored and
tbranyen
committed
3877c47
View commit details
Copy full SHA for 3877c47
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Add ClearValue method to structs and classes
John Haley
committed
7eb2108
View commit details
Copy full SHA for 7eb2108
View code at this point
Browse repository at this point
Trying to fix issue
tbranyen
authored and
John Haley
committed
be57dcb
View commit details
Copy full SHA for be57dcb
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Allow for constructors without specific INIT methods.
orderedlist
authored and
John Haley
committed
0c86149
View commit details
Copy full SHA for 0c86149
View code at this point
Browse repository at this point
Clean up callbacks in structs
John Haley
committed
dece787
View commit details
Copy full SHA for dece787
View code at this point
Browse repository at this point
Clean up creation/deletion of global payloads
John Haley
committed
3b9b637
View commit details
Copy full SHA for 3b9b637
View code at this point
Browse repository at this point
Cleanup memory from global payloads
John Haley
committed
0744320
View commit details
Copy full SHA for 0744320
View code at this point
Browse repository at this point
Fix git_strarray when an actual array is passed in
John Haley
committed
67c6eb2
View commit details
Copy full SHA for 67c6eb2
View code at this point
Browse repository at this point
Handle global payloads in functions
John Haley
committed
530290d
View commit details
Copy full SHA for 530290d
View code at this point
Browse repository at this point
Normalize returns for callbacks
John Haley
committed
deeb885
View commit details
Copy full SHA for deeb885
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.