Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

25 changes: 25 additions & 0 deletions generate/input/callbacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,31 @@
"success": 0,
"error": -1
}
},"git_diff_progress_cb": {
"args": [
{
"name": "diff_so_far",
"cType": "const git_diff *"
},
{
"name": "old_path",
"cType": "const char *"
},
{
"name": "new_path",
"cType": "const char *"
},
{
"name": "payload",
"cType": "void *"
}
],
"return": {
"type": "int",
"noResults": 1,
"success": 0,
"error": -1
}
},
"git_index_matched_path_cb": {
"args": [
Expand Down
6 changes: 6 additions & 0 deletions generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,12 +416,18 @@
}
}
},
"git_commit_create_buffer": {
"ignore": true
},
"git_commit_create_from_callback": {
"ignore": true
},
"git_commit_create_from_ids": {
"ignore": true
},
"git_commit_extract_signature": {
"ignore": true
},
"git_commit_id": {
"return": {
"ownedByThis": true
Expand Down
Loading