|
273 | 273 | "git_annotated_commit_lookup" |
274 | 274 | ] |
275 | 275 | ], |
| 276 | + [ |
| 277 | + "filter_source", |
| 278 | + [ |
| 279 | + "git_filter_source_repo", |
| 280 | + "git_filter_source_path", |
| 281 | + "git_filter_source_filemode", |
| 282 | + "git_filter_source_id", |
| 283 | + "git_filter_source_mode", |
| 284 | + "git_filter_source_flags" |
| 285 | + ] |
| 286 | + ], |
276 | 287 | [ |
277 | 288 | "odb_object", |
278 | 289 | [ |
|
422 | 433 | }, |
423 | 434 | { |
424 | 435 | "type": "git_filter_init_fn", |
425 | | - "name": "initialize", |
426 | | - "ignore": true |
| 436 | + "name": "initialize" |
427 | 437 | }, |
428 | 438 | { |
429 | 439 | "type": "git_filter_shutdown_fn", |
430 | | - "name": "shutdown", |
431 | | - "ignore": true |
| 440 | + "name": "shutdown" |
432 | 441 | }, |
433 | 442 | { |
434 | 443 | "type": "git_filter_check_fn", |
435 | | - "name": "check", |
436 | | - "ignore": true |
| 444 | + "name": "check" |
437 | 445 | }, |
438 | 446 | { |
439 | 447 | "type": "git_filter_apply_fn", |
440 | | - "name": "apply", |
441 | | - "ignore": true |
442 | | - }, |
443 | | - { |
444 | | - "type": "git_filter_stream_fn", |
445 | | - "name": "stream", |
446 | | - "ignore": true |
| 448 | + "name": "apply" |
447 | 449 | }, |
448 | 450 | { |
449 | 451 | "type": "git_filter_cleanup_fn", |
450 | | - "name": "cleanup", |
451 | | - "ignore": true |
| 452 | + "name": "cleanup" |
452 | 453 | } |
453 | 454 | ] |
454 | 455 | } |
|
765 | 766 | "git_annotated_commit_lookup" |
766 | 767 | ] |
767 | 768 | }, |
768 | | - "odb": { |
| 769 | + "filter": { |
769 | 770 | "functions": [ |
770 | | - "git_odb_object_data", |
771 | | - "git_odb_object_dup", |
772 | | - "git_odb_object_free", |
773 | | - "git_odb_object_id", |
774 | | - "git_odb_object_size", |
775 | | - "git_odb_object_type" |
| 771 | + "git_filter_list_apply_to_blob", |
| 772 | + "git_filter_list_apply_to_data", |
| 773 | + "git_filter_list_apply_to_file", |
| 774 | + "git_filter_list_contains", |
| 775 | + "git_filter_list_free", |
| 776 | + "git_filter_list_length", |
| 777 | + "git_filter_list_load", |
| 778 | + "git_filter_list_new", |
| 779 | + "git_filter_list_push", |
| 780 | + "git_filter_list_stream_blob", |
| 781 | + "git_filter_list_stream_data", |
| 782 | + "git_filter_list_stream_file", |
| 783 | + "git_filter_source_filemode", |
| 784 | + "git_filter_source_flags", |
| 785 | + "git_filter_source_id", |
| 786 | + "git_filter_source_mode", |
| 787 | + "git_filter_source_path", |
| 788 | + "git_filter_source_repo" |
776 | 789 | ] |
777 | 790 | }, |
778 | 791 | "merge": { |
|
784 | 797 | "git_merge_head_id" |
785 | 798 | ] |
786 | 799 | }, |
| 800 | + "odb": { |
| 801 | + "functions": [ |
| 802 | + "git_odb_object_data", |
| 803 | + "git_odb_object_dup", |
| 804 | + "git_odb_object_free", |
| 805 | + "git_odb_object_id", |
| 806 | + "git_odb_object_size", |
| 807 | + "git_odb_object_type" |
| 808 | + ] |
| 809 | + }, |
787 | 810 | "reflog": { |
788 | 811 | "functions": [ |
789 | 812 | "git_reflog_entry_committer", |
|
0 commit comments