- 28 Oct, 2017 1 commit
-
-
Remy Suen authored
When an error happens in libgit2, NodeGit will wrap the and expose the error code and message to be consumed via the JavaScript API. However, this information is often insufficient given the asynchronous nature of NodeGit and it may at times be unclear as to which JavaScript function caused the error on the libgit2 side. By exposing an 'errorFunction' property string that includes the name of the JavaScript function in the error, debugging should now be a lot easier as clients will now be able to quickly identify which JavaScript function in a long promise chain was the source of an error. Signed-off-by:
Remy Suen <remy.suen@gmail.com>
-
- 19 Oct, 2017 1 commit
-
-
Tyler Wanek authored
-
- 18 Oct, 2017 1 commit
-
-
Tyler Wanek authored
Updated descriptors for git_index_find and git_index_find_prefix
-
- 16 Oct, 2017 1 commit
-
-
Carson Howard authored
-
- 13 Oct, 2017 4 commits
-
-
Tyler Wanek authored
Updated input docs to allow for git_push_update_reference_cb to generate
-
Carson Howard authored
-
Tyler Wanek authored
Added a better normalizeOptions pattern for the submodule update routine
-
Tyler Wanek authored
Bumped libgit to libgit-next head
-
- 10 Oct, 2017 4 commits
-
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
- 13 Sep, 2017 3 commits
-
-
Tyler Wanek authored
-
Tyler Wanek authored
Fixed an issue where large buffer allocations in filters (> 256MB) causes a segfault
-
Tyler Wanek authored
-
- 12 Sep, 2017 4 commits
-
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Tyler Wanek authored
8.4.0 currently breaks builds, locking to 8.3.0 temporarily
-
- 11 Sep, 2017 1 commit
-
-
Tyler Wanek authored
-
- 30 Aug, 2017 1 commit
-
-
Tyler Wanek authored
Fix git_tree_entry double free
-
- 17 Aug, 2017 1 commit
-
-
Tyler Wanek authored
-
- 16 Aug, 2017 12 commits
-
-
Kurt Berglund authored
-
Tyler Wanek authored
-
Tyler Wanek authored
-
Tyler Wanek authored
BREAKING: Added blob methods and converted to async
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Tyler Wanek authored
BREAKING: Convert sync methods to async methods
-
kurtb authored
Fix up ownership on all tree_entry related calls
-
- 15 Aug, 2017 3 commits
-
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
- 14 Aug, 2017 1 commit
-
-
Carson Howard authored
-
- 11 Aug, 2017 1 commit
-
-
Mohseen Mukaddam authored
-
- 10 Aug, 2017 1 commit
-
-
Mohseen Mukaddam authored
-