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
Type
/
to 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
lib
repository.js
on
fix-commit-doc
User selector
All users
All time
Commit history
Commits on Mar 22, 2015
Fast forward checking out the tree instead of the head
Show description for 7775aa7
orderedlist
committed
7775aa7
View commit details
Copy full SHA for 7775aa7
View code at this point
Browse repository at this point
Properly update the index on Merge FF
orderedlist
committed
a4a4c8b
View commit details
Copy full SHA for a4a4c8b
View code at this point
Browse repository at this point
Checkout branch with tree instead of head
Show description for f613b52
orderedlist
committed
f613b52
View commit details
Copy full SHA for f613b52
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Add option to `fetch` to prune the remote afterwards
Show description for 76a0752
John Haley
committed
76a0752
View commit details
Copy full SHA for 76a0752
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Fix `createCommitOnHead`
Show description for 0a8be46
John Haley
committed
0a8be46
View commit details
Copy full SHA for 0a8be46
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Change Repository.prototype.setHead to be asynchronous
Show description for fa6c858
jrbalsano
committed
fa6c858
View commit details
Copy full SHA for fa6c858
View code at this point
Browse repository at this point
Add checkoutBranch convenience method
Show description for 9e6d958
John Haley
committed
9e6d958
View commit details
Copy full SHA for 9e6d958
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
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
Commits on Mar 2, 2015
Default signature always returns valid signature
Show description for bd9e893
John Haley
committed
bd9e893
View commit details
Copy full SHA for bd9e893
View code at this point
Browse repository at this point
Add Repository.getStatusExt
orderedlist
committed
4947ecf
View commit details
Copy full SHA for 4947ecf
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Added the repository.createLightweightTag
Show description for 1a3b1fa
mattyclarkson
authored and
John Haley
committed
1a3b1fa
View commit details
Copy full SHA for 1a3b1fa
View code at this point
Browse repository at this point
Added Repository.createTag API
Show description for 08698af
mattyclarkson
authored and
John Haley
committed
08698af
View commit details
Copy full SHA for 08698af
View code at this point
Browse repository at this point
repository.deleteTagByName API
Show description for f2ef49c
mattyclarkson
authored and
John Haley
committed
f2ef49c
View commit details
Copy full SHA for f2ef49c
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Fix Blob.createFromBuffer and Repo#createBlobFromBuffer
orderedlist
authored and
John Haley
committed
2b1a674
View commit details
Copy full SHA for 2b1a674
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Update jsdoc and ignore some methods
orderedlist
committed
8c8dc4c
View commit details
Copy full SHA for 8c8dc4c
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
Fixed remote tests
Show description for 3096d0f
John Haley
committed
3096d0f
View commit details
Copy full SHA for 3096d0f
View code at this point
Browse repository at this point
`git_remote_load` is renamed to `git_remote_lookup`
John Haley
committed
2d461d0
View commit details
Copy full SHA for 2d461d0
View code at this point
Browse repository at this point
Commits on Feb 3, 2015
Add getStatus convenience method to repository
orderedlist
committed
01fbc0c
View commit details
Copy full SHA for 01fbc0c
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
Removed a console.log from lib/repository.js
John Haley
committed
a0083b9
View commit details
Copy full SHA for a0083b9
View code at this point
Browse repository at this point
make Repository.initExt normalize options
maxkorp
authored and
John Haley
committed
e35db07
View commit details
Copy full SHA for e35db07
View code at this point
Browse repository at this point
Merge pull request #319 from nodegit/fix-fetch
Show description for 7e1a27b
johnhaley81
committed
7e1a27b
View commit details
Copy full SHA for 7e1a27b
View code at this point
Browse repository at this point
Added in optional ignore cert param for fetching
John Haley
committed
c1ff5fa
View commit details
Copy full SHA for c1ff5fa
View code at this point
Browse repository at this point
Fixed tests and reimplemented missing functions on Repository
John Haley
committed
edf5bb2
View commit details
Copy full SHA for edf5bb2
View code at this point
Browse repository at this point
Fixed fetch to be async and use callbacks
John Haley
committed
22c58ce
View commit details
Copy full SHA for 22c58ce
View code at this point
Browse repository at this point
Fix #311
John Haley
committed
8a96141
View commit details
Copy full SHA for 8a96141
View code at this point
Browse repository at this point
Commits on Dec 1, 2014
Added in an alias to `head()` on a repo object
John Haley
committed
fc6bc9d
View commit details
Copy full SHA for fc6bc9d
View code at this point
Browse repository at this point
update merge method to take in signature
maxkorp
committed
fb6314a
View commit details
Copy full SHA for fb6314a
View code at this point
Browse repository at this point
fix test
maxkorp
committed
bf2acf9
View commit details
Copy full SHA for bf2acf9
View code at this point
Browse repository at this point
Initial add of merge convenience method
John Haley
authored and
maxkorp
committed
9c1f745
View commit details
Copy full SHA for 9c1f745
View code at this point
Browse repository at this point
Lookup functions now can normalize their objects
John Haley
authored and
maxkorp
committed
39357aa
View commit details
Copy full SHA for 39357aa
View code at this point
Browse repository at this point
Fixed Oid/String parameter parsing on C++ end
John Haley
authored and
maxkorp
committed
b5cddd2
View commit details
Copy full SHA for b5cddd2
View code at this point
Browse repository at this point
Added some convenience methods for remotes
John Haley
authored and
maxkorp
committed
43762f9
View commit details
Copy full SHA for 43762f9
View code at this point
Browse repository at this point
Added some convenience methods to repo
John Haley
authored and
maxkorp
committed
caadc4d
View commit details
Copy full SHA for caadc4d
View code at this point
Browse repository at this point
Oid's can now be either a string or an Oid object
John Haley
authored and
maxkorp
committed
4c147b2
View commit details
Copy full SHA for 4c147b2
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
rename Refs to Reference
maxkorp
committed
04d2e01
View commit details
Copy full SHA for 04d2e01
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.