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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
nodegit
/
promise
Public
forked from
then/promise
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 16, 2018
Merge pull request #7 from nodegit/no-error-object
Show description for 2c95598
tbranyen
authored
2c95598
View commit details
Copy full SHA for 2c95598
Browse repository at this point
Support error-object-less callbacks, like fs.exists
tbranyen
committed
0ec1b09
View commit details
Copy full SHA for 0ec1b09
Browse repository at this point
Commits on Nov 18, 2015
bump version
maxkorp
committed
17a4824
View commit details
Copy full SHA for 17a4824
Browse repository at this point
Fix an issue with promise rejection
maxkorp
committed
4ba037f
View commit details
Copy full SHA for 4ba037f
Browse repository at this point
make changes for nodegit
Show description for 266acb1
maxkorp
committed
266acb1
View commit details
Copy full SHA for 266acb1
Browse repository at this point
Commits on Nov 4, 2015
Merge pull request #114 from cbargren/fix-chained-promises
Show description for c497e62
ForbesLindesay
committed
c497e62
View commit details
Copy full SHA for c497e62
Browse repository at this point
Commits on Nov 3, 2015
Adding tests for synchronous promise chain polling
cbargren
committed
394cbf1
View commit details
Copy full SHA for 394cbf1
Browse repository at this point
Adding test coverage for `getState`
cbargren
committed
359e999
View commit details
Copy full SHA for 359e999
Browse repository at this point
?
cbargren
committed
33710d4
View commit details
Copy full SHA for 33710d4
Browse repository at this point
Fixing existing asynchronous test cases
cbargren
committed
4a648a7
View commit details
Copy full SHA for 4a648a7
Browse repository at this point
Applying Promise chaining synchronous check fix to `getReason`
cbargren
committed
663baf2
View commit details
Copy full SHA for 663baf2
Browse repository at this point
Removing unnecessary `instanceof Promise` checks
cbargren
committed
3969efc
View commit details
Copy full SHA for 3969efc
Browse repository at this point
Promise states now update properly to reflect their promise chain's value
Show description for 29eb16d
cbargren
committed
29eb16d
View commit details
Copy full SHA for 29eb16d
Browse repository at this point
Commits on Oct 14, 2015
Merge pull request #111 from vigetlabs/viget-add-done-test
Show description for d05aa50
ForbesLindesay
committed
d05aa50
View commit details
Copy full SHA for d05aa50
Browse repository at this point
Merge pull request #103 from maxkorp/sync-inspection
Show description for 0c16d66
ForbesLindesay
committed
0c16d66
View commit details
Copy full SHA for 0c16d66
Browse repository at this point
Commits on Sep 26, 2015
Enhance Promise.done test so that it confirms an error is thrown
nhunzaker
committed
bba7352
View commit details
Copy full SHA for bba7352
Browse repository at this point
Commits on Sep 25, 2015
Add test coverage for done
nhunzaker
committed
d547bae
View commit details
Copy full SHA for d547bae
Browse repository at this point
Commits on Aug 11, 2015
allow disable sync inspection
maxkorp
committed
b165a39
View commit details
Copy full SHA for b165a39
Browse repository at this point
add tests
maxkorp
committed
8cceb27
View commit details
Copy full SHA for 8cceb27
Browse repository at this point
enable synchronous inspection
maxkorp
committed
cdbeccc
View commit details
Copy full SHA for cdbeccc
Browse repository at this point
Commits on Aug 4, 2015
7.0.4
edef1c
committed
8a42572
View commit details
Copy full SHA for 8a42572
Browse repository at this point
Commits on Aug 2, 2015
Remove unused `asap` import
Show description for 9e86c94
edef1c
committed
9e86c94
View commit details
Copy full SHA for 9e86c94
Browse repository at this point
Commits on Jul 13, 2015
Merge pull request #100 from mjethani/improved
Show description for 1f8b1a9
ForbesLindesay
committed
1f8b1a9
View commit details
Copy full SHA for 1f8b1a9
Browse repository at this point
Commits on Jun 22, 2015
Avoid unnecessary loop in Promise.denodeify
mjethani
committed
cb24001
View commit details
Copy full SHA for cb24001
Browse repository at this point
Commits on Jun 15, 2015
Release 7.0.3
Forbes Lindesay
committed
3184374
View commit details
Copy full SHA for 3184374
Browse repository at this point
Add coverage to npmignore
Forbes Lindesay
committed
bbdbc0f
View commit details
Copy full SHA for bbdbc0f
Browse repository at this point
Release 7.0.2
Forbes Lindesay
committed
2f305f9
View commit details
Copy full SHA for 2f305f9
Browse repository at this point
Force using updated asap
Forbes Lindesay
committed
392c0c5
View commit details
Copy full SHA for 392c0c5
Browse repository at this point
Commits on May 25, 2015
Merge pull request #97 from TehShrike/patch-1
Show description for e069d88
ForbesLindesay
committed
e069d88
View commit details
Copy full SHA for e069d88
Browse repository at this point
Adding Promise.reject
Show description for d7bbf5d
TehShrike
committed
d7bbf5d
View commit details
Copy full SHA for d7bbf5d
Browse repository at this point
Commits on Apr 30, 2015
Add an extra test case
Forbes Lindesay
committed
53cb380
View commit details
Copy full SHA for 53cb380
Browse repository at this point
Commits on Apr 22, 2015
Release 7.0.1
Forbes Lindesay
committed
079c8b9
View commit details
Copy full SHA for 079c8b9
Browse repository at this point
Merge pull request #92 from then/promise-all
Show description for d64deee
ForbesLindesay
committed
d64deee
View commit details
Copy full SHA for d64deee
Browse repository at this point
Commits on Apr 21, 2015
Merge pull request #91 from then/code-coverage
Show description for 8085fa0
ForbesLindesay
committed
8085fa0
View commit details
Copy full SHA for 8085fa0
Browse repository at this point
Add code coverage
Forbes Lindesay
committed
79518be
View commit details
Copy full SHA for 79518be
Browse repository at this point
Previous
Next
You can’t perform that action at this time.