-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: contentascode/nodegit
base: master
head repository: Croydon/nodegit
compare: master
- 18 commits
- 96 files changed
- 8 contributors
Commits on Apr 12, 2018
-
Expose error codes to fix unused variable warnings
Signed-off-by: Remy Suen <remy.suen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d15984e - Browse repository at this point
Copy the full SHA d15984eView commit details
Commits on Aug 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b76fd67 - Browse repository at this point
Copy the full SHA b76fd67View commit details
Commits on Aug 29, 2018
-
Merge pull request nodegit#1534 from dwelle/patch-1
warn about node v10 incompatibility in readme
Configuration menu - View commit details
-
Copy full SHA for 7360b56 - Browse repository at this point
Copy the full SHA 7360b56View commit details
Commits on Aug 31, 2018
-
Merge pull request nodegit#1486 from rcjsuen/unused
Define error codes to fix compiler warnings about unused variables
Configuration menu - View commit details
-
Copy full SHA for 61a0cab - Browse repository at this point
Copy the full SHA 61a0cabView commit details
Commits on Sep 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2a78173 - Browse repository at this point
Copy the full SHA 2a78173View commit details -
The `test` function is required to force promisify-node to promisify native functions, because async inference based on argument's names cannot work on native functions. With promisify-node ~0.3.0, functions were always promisify, even if they were not considered asynchronous by async inference.
Configuration menu - View commit details
-
Copy full SHA for 0aa7d55 - Browse repository at this point
Copy the full SHA 0aa7d55View commit details -
Fixed cannot read property 'name' of null error
In `promisify-node~0.3.0`, function `processExports` in `index.js` don't add `null` checking for `exports` argument.It got fixed in `promisify-node~0.5.0`.
Configuration menu - View commit details
-
Copy full SHA for 1da3395 - Browse repository at this point
Copy the full SHA 1da3395View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6a67a - Browse repository at this point
Copy the full SHA dc6a67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed18a9b - Browse repository at this point
Copy the full SHA ed18a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a2b72 - Browse repository at this point
Copy the full SHA 59a2b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40013dd - Browse repository at this point
Copy the full SHA 40013ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb3195 - Browse repository at this point
Copy the full SHA fdb3195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 658e596 - Browse repository at this point
Copy the full SHA 658e596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b6e9e - Browse repository at this point
Copy the full SHA 84b6e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1461caf - Browse repository at this point
Copy the full SHA 1461cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for def9901 - Browse repository at this point
Copy the full SHA def9901View commit details -
See nodegit#1490 (comment) Co-Authored-By: Mehdi Yeganeh <myeganeh1984@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5547fc1 - Browse repository at this point
Copy the full SHA 5547fc1View commit details -
Revert "warn about node v10 incompatibility in readme"
This reverts commit b76fd67.
Configuration menu - View commit details
-
Copy full SHA for 803ccd8 - Browse repository at this point
Copy the full SHA 803ccd8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master