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 }}
marbug
/
fork-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
fork-nodegit-nodegit
lib
on
master
User selector
All users
All time
Commit history
Commits on Apr 18, 2019
Fix linter issues
implausible
committed
7139a9e
View commit details
Copy full SHA for 7139a9e
View code at this point
Browse repository at this point
Move getReferences to C++
implausible
committed
adcc5c5
View commit details
Copy full SHA for adcc5c5
View code at this point
Browse repository at this point
getRemotes should return the remote objects.
Show description for 99cca73
implausible
committed
99cca73
View commit details
Copy full SHA for 99cca73
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
Merge pull request #1664 from ianhattendorf/fix/repo-merge-sign
Show description for ddd7f2a
implausible
authored
ddd7f2a
View commit details
Copy full SHA for ddd7f2a
View code at this point
Browse repository at this point
Add deprecation warning for Repository#mergeBranches parameter
ianhattendorf
committed
4259208
View commit details
Copy full SHA for 4259208
View code at this point
Browse repository at this point
Support signing in Repository#mergeBranches
ianhattendorf
committed
7548684
View commit details
Copy full SHA for 7548684
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Ensures that commits from parent(*) has a repository
Show description for a929d38
rcjsuen
committed
a929d38
View commit details
Copy full SHA for a929d38
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
Output the item that was deprecated when giving deprecation notice
implausible
committed
e1df736
View commit details
Copy full SHA for e1df736
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
Catch errors and pass them to libgit2 as error codes in rebase signingcb
implausible
committed
5776100
View commit details
Copy full SHA for 5776100
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
Merge pull request #1631 from implausible/bump/libgit2-docs-to-v0.28.0
Show description for 931172f
implausible
authored
931172f
View commit details
Copy full SHA for 931172f
View code at this point
Browse repository at this point
Fix deprecations in test suite
implausible
committed
d2e3e14
View commit details
Copy full SHA for d2e3e14
View code at this point
Browse repository at this point
Deprecate enums/fields that are missing/deprecated in libgit2 now
implausible
committed
a4844f6
View commit details
Copy full SHA for a4844f6
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
Update LibGit2 docs to v0.28.0
Show description for b3fd15b
implausible
committed
b3fd15b
View commit details
Copy full SHA for b3fd15b
View code at this point
Browse repository at this point
Fix regex state causing subsequent runs of Tag.extractSignature to fail
emmax86
committed
2f099c8
View commit details
Copy full SHA for 2f099c8
View code at this point
Browse repository at this point
Commits on Feb 12, 2019
Fix "errorno" typo
Jake Krammer
committed
704395c
View commit details
Copy full SHA for 704395c
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Add documentation and update parameter order
emmax86
committed
6e7032b
View commit details
Copy full SHA for 6e7032b
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Add warning comment for reflog critical section
emmax86
committed
48bf6fa
View commit details
Copy full SHA for 48bf6fa
View code at this point
Browse repository at this point
createCommitWithSignature can now handle dangling / non-existent refs
emmax86
committed
edfa9ec
View commit details
Copy full SHA for edfa9ec
View code at this point
Browse repository at this point
Make `Signature.default`async 🙀
emmax86
committed
0438567
View commit details
Copy full SHA for 0438567
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Use same API for signingCb in all places that can be crypto signed
Show description for 874e653
implausible
committed
874e653
View commit details
Copy full SHA for 874e653
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
Only swallow EAPPLIED errors in `Repository.prototype.continueRebase`
Show description for 74e7c1e
emmax86
committed
74e7c1e
View commit details
Copy full SHA for 74e7c1e
View code at this point
Browse repository at this point
Add a `rebaseOptions` parameter to `Repository.prototype.continueRebase`
emmax86
committed
8083f33
View commit details
Copy full SHA for 8083f33
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
Add `Tag.createWithSignature` and `Tag.extractSignature`
emmax86
committed
c28d9f1
View commit details
Copy full SHA for c28d9f1
View code at this point
Browse repository at this point
Add a `Tag.createBuffer` function
emmax86
committed
d9cdc8a
View commit details
Copy full SHA for d9cdc8a
View code at this point
Browse repository at this point
Extend `Signature.toString` to optionally include timestamps
emmax86
committed
ef3d9c7
View commit details
Copy full SHA for ef3d9c7
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Merge pull request #1614 from mjomble/patch-1
Show description for 8b99732
implausible
authored
8b99732
View commit details
Copy full SHA for 8b99732
View code at this point
Browse repository at this point
Merge pull request #1617 from stevex86/fix/amend-with-signature-issues
Show description for d06945e
implausible
authored
d06945e
View commit details
Copy full SHA for d06945e
View code at this point
Browse repository at this point
Pad commit buffer with newline only if it does not already end with newline
emmax86
committed
b6498b0
View commit details
Copy full SHA for b6498b0
View code at this point
Browse repository at this point
Commits on Jan 29, 2019
Merge pull request #1615 from implausible/bump/libgit2-preview-v0.28
Show description for 5959031
implausible
authored
5959031
View commit details
Copy full SHA for 5959031
View code at this point
Browse repository at this point
Do not append an additional newline to `amend` commit buffers
emmax86
committed
94313ea
View commit details
Copy full SHA for 94313ea
View code at this point
Browse repository at this point
Fix order of `fp.assign` args
emmax86
committed
6fd42e2
View commit details
Copy full SHA for 6fd42e2
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
Fix linter + PR feedback
emmax86
committed
5963f09
View commit details
Copy full SHA for 5963f09
View code at this point
Browse repository at this point
Add async method to Commit for amending with signature
emmax86
committed
2d2a29d
View commit details
Copy full SHA for 2d2a29d
View code at this point
Browse repository at this point
Expose git_commit_signing_cb in rebase options
implausible
committed
a918cad
View commit details
Copy full SHA for a918cad
View code at this point
Browse repository at this point
Commits on Jan 26, 2019
Marked Repository.createBlobFromBuffer as async
Show description for 911ab17
mjomble
authored
911ab17
View commit details
Copy full SHA for 911ab17
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.