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
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 }}
digideskio
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 1, 2016
Bump to 0.11.6
John Haley
committed
53d38e9
View commit details
Copy full SHA for 53d38e9
Browse repository at this point
Merge pull request #929 from nodegit/tree-walk-fix
Show description for 2caee3c
johnhaley81
committed
2caee3c
View commit details
Copy full SHA for 2caee3c
Browse repository at this point
Fix tests
Show description for 0e64add
John Haley
committed
0e64add
View commit details
Copy full SHA for 0e64add
Browse repository at this point
Fix linter
John Haley
committed
14b2c60
View commit details
Copy full SHA for 14b2c60
Browse repository at this point
Use `Set` in `Tree#walk` for storing entries
John Haley
committed
99149c8
View commit details
Copy full SHA for 99149c8
Browse repository at this point
Merge pull request #931 from nodegit/bump-http-parser
Show description for 7bdb380
johnhaley81
committed
7bdb380
View commit details
Copy full SHA for 7bdb380
Browse repository at this point
Update CI to use Node v5.6.x instead of v5.0.x
John Haley
committed
3875eb2
View commit details
Copy full SHA for 3875eb2
Browse repository at this point
Bump `http-parser` to 2.6.1
John Haley
committed
5b868ab
View commit details
Copy full SHA for 5b868ab
Browse repository at this point
Commits on Feb 29, 2016
make sure test file name is correct on all OSs
jdgarcia
committed
952b6b2
View commit details
Copy full SHA for 952b6b2
Browse repository at this point
make sure both `entry` event and `end` event entries are what we expect
jdgarcia
committed
123e2db
View commit details
Copy full SHA for 123e2db
Browse repository at this point
fix tree.walk() and add test
jdgarcia
committed
3d60252
View commit details
Copy full SHA for 3d60252
Browse repository at this point
Merge pull request #924 from nodegit/comment-gen
Show description for d33bd76
johnhaley81
committed
d33bd76
View commit details
Copy full SHA for d33bd76
Browse repository at this point
Merge pull request #930 from nodegit/let-my-patches-go
Show description for e4bf2f2
johnhaley81
committed
e4bf2f2
View commit details
Copy full SHA for e4bf2f2
Browse repository at this point
Merge pull request #927 from get-trucked/master
Show description for 77287fe
johnhaley81
committed
77287fe
View commit details
Copy full SHA for 77287fe
Browse repository at this point
Merge pull request #891 from AsoSunag/master
Show description for 4a8cf95
johnhaley81
committed
4a8cf95
View commit details
Copy full SHA for 4a8cf95
Browse repository at this point
fixes #852 fixed tab issue PR #927
josh-shaw-dev
committed
1973dfb
View commit details
Copy full SHA for 1973dfb
Browse repository at this point
We'll need to free this patch.
joshaber
committed
7d41651
View commit details
Copy full SHA for 7d41651
Browse repository at this point
Let's use a const.
joshaber
committed
731feee
View commit details
Copy full SHA for 731feee
Browse repository at this point
fixes #852 should not be an array with null in it
josh-shaw-dev
committed
a717468
View commit details
Copy full SHA for a717468
Browse repository at this point
Commits on Feb 25, 2016
tidy up comment generation
maxkorp
committed
41525fb
View commit details
Copy full SHA for 41525fb
Browse repository at this point
Bump to 0.11.5
John Haley
committed
da9c6c5
View commit details
Copy full SHA for da9c6c5
Browse repository at this point
Merge pull request #923 from nodegit/fix-out-values
Show description for 01b144f
johnhaley81
committed
01b144f
View commit details
Copy full SHA for 01b144f
Browse repository at this point
Remove `GetRefValue`
Show description for 918e47b
John Haley
committed
918e47b
View commit details
Copy full SHA for 918e47b
Browse repository at this point
Merge pull request #922 from viatsko/fix-libgit2-crash
Show description for 94834cb
johnhaley81
committed
94834cb
View commit details
Copy full SHA for 94834cb
Browse repository at this point
Fix compilation for systems != windows and crash in diff function
viatsko
committed
f250a36
View commit details
Copy full SHA for f250a36
Browse repository at this point
Commits on Feb 24, 2016
Bump to 0.11.4
John Haley
committed
d5d7dec
View commit details
Copy full SHA for d5d7dec
Browse repository at this point
Merge pull request #921 from nodegit/fix-random-memory-issues-in-callbacks
Show description for e9a9dda
johnhaley81
committed
e9a9dda
View commit details
Copy full SHA for e9a9dda
Browse repository at this point
Fix callback out values in callbacks from C++
Show description for ee9d9c8
John Haley
committed
ee9d9c8
View commit details
Copy full SHA for ee9d9c8
Browse repository at this point
Merge pull request #918 from nodegit/fix-debug-build-windows
Show description for 1ab23e0
johnhaley81
committed
1ab23e0
View commit details
Copy full SHA for 1ab23e0
Browse repository at this point
Fix debug build on windows
Show description for 762a633
John Haley
committed
762a633
View commit details
Copy full SHA for 762a633
Browse repository at this point
Merge pull request #917 from nodegit/fix-docs
Show description for a921f5b
johnhaley81
committed
a921f5b
View commit details
Copy full SHA for a921f5b
Browse repository at this point
Fix docs on `Repository`
John Haley
committed
aa758ec
View commit details
Copy full SHA for aa758ec
Browse repository at this point
Merge pull request #916 from nodegit/fix-debug-build
Show description for 255a2f4
johnhaley81
committed
255a2f4
View commit details
Copy full SHA for 255a2f4
Browse repository at this point
Fix linter
John Haley
committed
ec6a983
View commit details
Copy full SHA for ec6a983
Browse repository at this point
Fix debug build
Show description for 652d596
John Haley
committed
652d596
View commit details
Copy full SHA for 652d596
Browse repository at this point
Previous
Next
You can’t perform that action at this time.