From f8a68096f517e67f33c9b52aab540797ce705829 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Sat, 29 Jul 2017 18:08:48 +0200 Subject: [PATCH] Release 0.26.0+dfsg.1-1 --- debian/changelog | 8 +- debian/control | 4 +- debian/libgit2-25.symbols | 762 ----------------- ...{libgit2-25.install => libgit2-26.install} | 0 ...overrides => libgit2-26.lintian-overrides} | 0 debian/libgit2-26.symbols | 791 ++++++++++++++++++ debian/patches/build_static.patch | 37 - debian/patches/disable_tests.patch | 20 - debian/patches/fix_https_test.patch | 15 - debian/patches/fix_spelling.patch | 14 - debian/patches/series | 3 - debian/rules | 4 +- 12 files changed, 800 insertions(+), 858 deletions(-) delete mode 100644 debian/libgit2-25.symbols rename debian/{libgit2-25.install => libgit2-26.install} (100%) rename debian/{libgit2-25.lintian-overrides => libgit2-26.lintian-overrides} (100%) create mode 100644 debian/libgit2-26.symbols delete mode 100644 debian/patches/build_static.patch delete mode 100644 debian/patches/disable_tests.patch delete mode 100644 debian/patches/fix_https_test.patch delete mode 100644 debian/patches/fix_spelling.patch delete mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index f54c8c729..a40840ab2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -libgit2 (0.25.1.0-1) unstable; urgency=medium +libgit2 (0.26.0+dfsg.1-1) experimental; urgency=medium - * Release 0.25.1. (Closes: #869665) + * New upstream release. + * Enable GSS authentication support. + * Remove unused deps (Closes: #861752) - -- Russell Sim Wed, 26 Jul 2017 19:45:18 +0200 + -- Russell Sim Sat, 29 Jul 2017 15:58:46 +0200 libgit2 (0.25.1+really0.24.6-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 71861a04a..b55718053 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Package: libgit2-dev Architecture: any Section: libdevel Multi-Arch: same -Depends: libgit2-25 (= ${binary:Version}), libz-dev, +Depends: libgit2-26 (= ${binary:Version}), libz-dev, libcurl4-gnutls-dev, libssh2-1-dev, libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends} Description: low-level Git library (development files) @@ -26,7 +26,7 @@ Description: low-level Git library (development files) . This package contains the development files for libgit2. -Package: libgit2-25 +Package: libgit2-26 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} diff --git a/debian/libgit2-25.symbols b/debian/libgit2-25.symbols deleted file mode 100644 index 1ad4a2b4c..000000000 --- a/debian/libgit2-25.symbols +++ /dev/null @@ -1,762 +0,0 @@ -libgit2.so.25 libgit2-25 #MINVER# - git_annotated_commit_free@Base 0.25.1 - git_annotated_commit_from_fetchhead@Base 0.25.1 - git_annotated_commit_from_ref@Base 0.25.1 - git_annotated_commit_from_revspec@Base 0.25.1 - git_annotated_commit_id@Base 0.25.1 - git_annotated_commit_lookup@Base 0.25.1 - git_attr_add_macro@Base 0.25.1 - git_attr_cache_flush@Base 0.25.1 - git_attr_foreach@Base 0.25.1 - git_attr_get@Base 0.25.1 - git_attr_get_many@Base 0.25.1 - git_attr_value@Base 0.25.1 - git_blame_buffer@Base 0.25.1 - git_blame_file@Base 0.25.1 - git_blame_free@Base 0.25.1 - git_blame_get_hunk_byindex@Base 0.25.1 - git_blame_get_hunk_byline@Base 0.25.1 - git_blame_get_hunk_count@Base 0.25.1 - git_blame_init_options@Base 0.25.1 - git_blob_create_frombuffer@Base 0.25.1 - git_blob_create_fromdisk@Base 0.25.1 - git_blob_create_fromstream@Base 0.25.1 - git_blob_create_fromstream_commit@Base 0.25.1 - git_blob_create_fromworkdir@Base 0.25.1 - git_blob_dup@Base 0.25.1 - git_blob_filtered_content@Base 0.25.1 - git_blob_free@Base 0.25.1 - git_blob_id@Base 0.25.1 - git_blob_is_binary@Base 0.25.1 - git_blob_lookup@Base 0.25.1 - git_blob_lookup_prefix@Base 0.25.1 - git_blob_owner@Base 0.25.1 - git_blob_rawcontent@Base 0.25.1 - git_blob_rawsize@Base 0.25.1 - git_branch_create@Base 0.25.1 - git_branch_create_from_annotated@Base 0.25.1 - git_branch_delete@Base 0.25.1 - git_branch_is_head@Base 0.25.1 - git_branch_iterator_free@Base 0.25.1 - git_branch_iterator_new@Base 0.25.1 - git_branch_lookup@Base 0.25.1 - git_branch_move@Base 0.25.1 - git_branch_name@Base 0.25.1 - git_branch_next@Base 0.25.1 - git_branch_remote_name@Base 0.25.1 - git_branch_set_upstream@Base 0.25.1 - git_branch_upstream@Base 0.25.1 - git_branch_upstream_name@Base 0.25.1 - git_branch_upstream_remote@Base 0.25.1 - git_buf_contains_nul@Base 0.25.1 - git_buf_free@Base 0.25.1 - git_buf_grow@Base 0.25.1 - git_buf_is_binary@Base 0.25.1 - git_buf_set@Base 0.25.1 - git_checkout_head@Base 0.25.1 - git_checkout_index@Base 0.25.1 - git_checkout_init_options@Base 0.25.1 - git_checkout_tree@Base 0.25.1 - git_cherrypick@Base 0.25.1 - git_cherrypick_commit@Base 0.25.1 - git_cherrypick_init_options@Base 0.25.1 - git_clone@Base 0.25.1 - git_clone_init_options@Base 0.25.1 - git_commit_amend@Base 0.25.1 - git_commit_author@Base 0.25.1 - git_commit_body@Base 0.25.1 - git_commit_committer@Base 0.25.1 - git_commit_create@Base 0.25.1 - git_commit_create_buffer@Base 0.25.1 - git_commit_create_from_callback@Base 0.25.1 - git_commit_create_from_ids@Base 0.25.1 - git_commit_create_v@Base 0.25.1 - git_commit_create_with_signature@Base 0.25.1 - git_commit_dup@Base 0.25.1 - git_commit_extract_signature@Base 0.25.1 - git_commit_free@Base 0.25.1 - git_commit_header_field@Base 0.25.1 - git_commit_id@Base 0.25.1 - git_commit_lookup@Base 0.25.1 - git_commit_lookup_prefix@Base 0.25.1 - git_commit_message@Base 0.25.1 - git_commit_message_encoding@Base 0.25.1 - git_commit_message_raw@Base 0.25.1 - git_commit_nth_gen_ancestor@Base 0.25.1 - git_commit_owner@Base 0.25.1 - git_commit_parent@Base 0.25.1 - git_commit_parent_id@Base 0.25.1 - git_commit_parentcount@Base 0.25.1 - git_commit_raw_header@Base 0.25.1 - git_commit_summary@Base 0.25.1 - git_commit_time@Base 0.25.1 - git_commit_time_offset@Base 0.25.1 - git_commit_tree@Base 0.25.1 - git_commit_tree_id@Base 0.25.1 - git_config_add_backend@Base 0.25.1 - git_config_add_file_ondisk@Base 0.25.1 - git_config_backend_foreach_match@Base 0.25.1 - git_config_delete_entry@Base 0.25.1 - git_config_delete_multivar@Base 0.25.1 - git_config_entry_free@Base 0.25.1 - git_config_find_global@Base 0.25.1 - git_config_find_programdata@Base 0.25.1 - git_config_find_system@Base 0.25.1 - git_config_find_xdg@Base 0.25.1 - git_config_foreach@Base 0.25.1 - git_config_foreach_match@Base 0.25.1 - git_config_free@Base 0.25.1 - git_config_get_bool@Base 0.25.1 - git_config_get_entry@Base 0.25.1 - git_config_get_int32@Base 0.25.1 - git_config_get_int64@Base 0.25.1 - git_config_get_mapped@Base 0.25.1 - git_config_get_multivar_foreach@Base 0.25.1 - git_config_get_path@Base 0.25.1 - git_config_get_string@Base 0.25.1 - git_config_get_string_buf@Base 0.25.1 - git_config_init_backend@Base 0.25.1 - git_config_iterator_free@Base 0.25.1 - git_config_iterator_glob_new@Base 0.25.1 - git_config_iterator_new@Base 0.25.1 - git_config_lock@Base 0.25.1 - git_config_lookup_map_value@Base 0.25.1 - git_config_multivar_iterator_new@Base 0.25.1 - git_config_new@Base 0.25.1 - git_config_next@Base 0.25.1 - git_config_open_default@Base 0.25.1 - git_config_open_global@Base 0.25.1 - git_config_open_level@Base 0.25.1 - git_config_open_ondisk@Base 0.25.1 - git_config_parse_bool@Base 0.25.1 - git_config_parse_int32@Base 0.25.1 - git_config_parse_int64@Base 0.25.1 - git_config_parse_path@Base 0.25.1 - git_config_set_bool@Base 0.25.1 - git_config_set_int32@Base 0.25.1 - git_config_set_int64@Base 0.25.1 - git_config_set_multivar@Base 0.25.1 - git_config_set_string@Base 0.25.1 - git_config_snapshot@Base 0.25.1 - git_config_unlock@Base 0.25.1 - git_cred_default_new@Base 0.25.1 - git_cred_free@Base 0.25.1 - git_cred_has_username@Base 0.25.1 - git_cred_ssh_custom_new@Base 0.25.1 - git_cred_ssh_interactive_new@Base 0.25.1 - git_cred_ssh_key_from_agent@Base 0.25.1 - git_cred_ssh_key_memory_new@Base 0.25.1 - git_cred_ssh_key_new@Base 0.25.1 - git_cred_username_new@Base 0.25.1 - git_cred_userpass@Base 0.25.1 - git_cred_userpass_plaintext_new@Base 0.25.1 - git_describe_commit@Base 0.25.1 - git_describe_format@Base 0.25.1 - git_describe_init_format_options@Base 0.25.1 - git_describe_init_options@Base 0.25.1 - git_describe_result_free@Base 0.25.1 - git_describe_workdir@Base 0.25.1 - git_diff_blob_to_buffer@Base 0.25.1 - git_diff_blobs@Base 0.25.1 - git_diff_buffers@Base 0.25.1 - git_diff_commit_as_email@Base 0.25.1 - git_diff_find_init_options@Base 0.25.1 - git_diff_find_similar@Base 0.25.1 - git_diff_foreach@Base 0.25.1 - git_diff_format_email@Base 0.25.1 - git_diff_format_email_init_options@Base 0.25.1 - git_diff_free@Base 0.25.1 - git_diff_from_buffer@Base 0.25.1 - git_diff_get_delta@Base 0.25.1 - git_diff_get_perfdata@Base 0.25.1 - git_diff_get_stats@Base 0.25.1 - git_diff_index_to_index@Base 0.25.1 - git_diff_index_to_workdir@Base 0.25.1 - git_diff_init_options@Base 0.25.1 - git_diff_is_sorted_icase@Base 0.25.1 - git_diff_merge@Base 0.25.1 - git_diff_num_deltas@Base 0.25.1 - git_diff_num_deltas_of_type@Base 0.25.1 - git_diff_print@Base 0.25.1 - git_diff_print_callback__to_buf@Base 0.25.1 - git_diff_print_callback__to_file_handle@Base 0.25.1 - git_diff_stats_deletions@Base 0.25.1 - git_diff_stats_files_changed@Base 0.25.1 - git_diff_stats_free@Base 0.25.1 - git_diff_stats_insertions@Base 0.25.1 - git_diff_stats_to_buf@Base 0.25.1 - git_diff_status_char@Base 0.25.1 - git_diff_to_buf@Base 0.25.1 - git_diff_tree_to_index@Base 0.25.1 - git_diff_tree_to_tree@Base 0.25.1 - git_diff_tree_to_workdir@Base 0.25.1 - git_diff_tree_to_workdir_with_index@Base 0.25.1 - git_fetch_init_options@Base 0.25.1 - git_filter_list_apply_to_blob@Base 0.25.1 - git_filter_list_apply_to_data@Base 0.25.1 - git_filter_list_apply_to_file@Base 0.25.1 - git_filter_list_contains@Base 0.25.1 - git_filter_list_free@Base 0.25.1 - git_filter_list_length@Base 0.25.1 - git_filter_list_load@Base 0.25.1 - git_filter_list_new@Base 0.25.1 - git_filter_list_push@Base 0.25.1 - git_filter_list_stream_blob@Base 0.25.1 - git_filter_list_stream_data@Base 0.25.1 - git_filter_list_stream_file@Base 0.25.1 - git_filter_lookup@Base 0.25.1 - git_filter_register@Base 0.25.1 - git_filter_source_filemode@Base 0.25.1 - git_filter_source_flags@Base 0.25.1 - git_filter_source_id@Base 0.25.1 - git_filter_source_mode@Base 0.25.1 - git_filter_source_path@Base 0.25.1 - git_filter_source_repo@Base 0.25.1 - git_filter_unregister@Base 0.25.1 - git_graph_ahead_behind@Base 0.25.1 - git_graph_descendant_of@Base 0.25.1 - git_hashsig_compare@Base 0.25.1 - git_hashsig_create@Base 0.25.1 - git_hashsig_create_fromfile@Base 0.25.1 - git_hashsig_free@Base 0.25.1 - git_ignore_add_rule@Base 0.25.1 - git_ignore_clear_internal_rules@Base 0.25.1 - git_ignore_path_is_ignored@Base 0.25.1 - git_index_add@Base 0.25.1 - git_index_add_all@Base 0.25.1 - git_index_add_bypath@Base 0.25.1 - git_index_add_frombuffer@Base 0.25.1 - git_index_caps@Base 0.25.1 - git_index_checksum@Base 0.25.1 - git_index_clear@Base 0.25.1 - git_index_conflict_add@Base 0.25.1 - git_index_conflict_cleanup@Base 0.25.1 - git_index_conflict_get@Base 0.25.1 - git_index_conflict_iterator_free@Base 0.25.1 - git_index_conflict_iterator_new@Base 0.25.1 - git_index_conflict_next@Base 0.25.1 - git_index_conflict_remove@Base 0.25.1 - git_index_entry_is_conflict@Base 0.25.1 - git_index_entry_stage@Base 0.25.1 - git_index_entrycount@Base 0.25.1 - git_index_find@Base 0.25.1 - git_index_find_prefix@Base 0.25.1 - git_index_free@Base 0.25.1 - git_index_get_byindex@Base 0.25.1 - git_index_get_bypath@Base 0.25.1 - git_index_has_conflicts@Base 0.25.1 - git_index_name_add@Base 0.25.1 - git_index_name_clear@Base 0.25.1 - git_index_name_entrycount@Base 0.25.1 - git_index_name_get_byindex@Base 0.25.1 - git_index_new@Base 0.25.1 - git_index_open@Base 0.25.1 - git_index_owner@Base 0.25.1 - git_index_path@Base 0.25.1 - git_index_read@Base 0.25.1 - git_index_read_tree@Base 0.25.1 - git_index_remove@Base 0.25.1 - git_index_remove_all@Base 0.25.1 - git_index_remove_bypath@Base 0.25.1 - git_index_remove_directory@Base 0.25.1 - git_index_reuc_add@Base 0.25.1 - git_index_reuc_clear@Base 0.25.1 - git_index_reuc_entrycount@Base 0.25.1 - git_index_reuc_find@Base 0.25.1 - git_index_reuc_get_byindex@Base 0.25.1 - git_index_reuc_get_bypath@Base 0.25.1 - git_index_reuc_remove@Base 0.25.1 - git_index_set_caps@Base 0.25.1 - git_index_set_version@Base 0.25.1 - git_index_update_all@Base 0.25.1 - git_index_version@Base 0.25.1 - git_index_write@Base 0.25.1 - git_index_write_tree@Base 0.25.1 - git_index_write_tree_to@Base 0.25.1 - git_indexer_append@Base 0.25.1 - git_indexer_commit@Base 0.25.1 - git_indexer_free@Base 0.25.1 - git_indexer_hash@Base 0.25.1 - git_indexer_new@Base 0.25.1 - git_libgit2_features@Base 0.25.1 - git_libgit2_init@Base 0.25.1 - git_libgit2_opts@Base 0.25.1 - git_libgit2_shutdown@Base 0.25.1 - git_libgit2_version@Base 0.25.1 - git_merge@Base 0.25.1 - git_merge_analysis@Base 0.25.1 - git_merge_base@Base 0.25.1 - git_merge_base_many@Base 0.25.1 - git_merge_base_octopus@Base 0.25.1 - git_merge_bases@Base 0.25.1 - git_merge_bases_many@Base 0.25.1 - git_merge_commits@Base 0.25.1 - git_merge_driver_lookup@Base 0.25.1 - git_merge_driver_register@Base 0.25.1 - git_merge_driver_unregister@Base 0.25.1 - git_merge_file@Base 0.25.1 - git_merge_file_from_index@Base 0.25.1 - git_merge_file_init_input@Base 0.25.1 - git_merge_file_init_options@Base 0.25.1 - git_merge_file_result_free@Base 0.25.1 - git_merge_init_options@Base 0.25.1 - git_merge_trees@Base 0.25.1 - git_message_prettify@Base 0.25.1 - git_note_author@Base 0.25.1 - git_note_committer@Base 0.25.1 - git_note_create@Base 0.25.1 - git_note_default_ref@Base 0.25.1 - git_note_foreach@Base 0.25.1 - git_note_free@Base 0.25.1 - git_note_id@Base 0.25.1 - git_note_iterator_free@Base 0.25.1 - git_note_iterator_new@Base 0.25.1 - git_note_message@Base 0.25.1 - git_note_next@Base 0.25.1 - git_note_read@Base 0.25.1 - git_note_remove@Base 0.25.1 - git_object__size@Base 0.25.1 - git_object_dup@Base 0.25.1 - git_object_free@Base 0.25.1 - git_object_id@Base 0.25.1 - git_object_lookup@Base 0.25.1 - git_object_lookup_bypath@Base 0.25.1 - git_object_lookup_prefix@Base 0.25.1 - git_object_owner@Base 0.25.1 - git_object_peel@Base 0.25.1 - git_object_short_id@Base 0.25.1 - git_object_string2type@Base 0.25.1 - git_object_type2string@Base 0.25.1 - git_object_type@Base 0.25.1 - git_object_typeisloose@Base 0.25.1 - git_odb_add_alternate@Base 0.25.1 - git_odb_add_backend@Base 0.25.1 - git_odb_add_disk_alternate@Base 0.25.1 - git_odb_backend_loose@Base 0.25.1 - git_odb_backend_malloc@Base 0.25.1 - git_odb_backend_one_pack@Base 0.25.1 - git_odb_backend_pack@Base 0.25.1 - git_odb_exists@Base 0.25.1 - git_odb_exists_prefix@Base 0.25.1 - git_odb_expand_ids@Base 0.25.1 - git_odb_foreach@Base 0.25.1 - git_odb_free@Base 0.25.1 - git_odb_get_backend@Base 0.25.1 - git_odb_hash@Base 0.25.1 - git_odb_hashfile@Base 0.25.1 - git_odb_init_backend@Base 0.25.1 - git_odb_new@Base 0.25.1 - git_odb_num_backends@Base 0.25.1 - git_odb_object_data@Base 0.25.1 - git_odb_object_dup@Base 0.25.1 - git_odb_object_free@Base 0.25.1 - git_odb_object_id@Base 0.25.1 - git_odb_object_size@Base 0.25.1 - git_odb_object_type@Base 0.25.1 - git_odb_open@Base 0.25.1 - git_odb_open_rstream@Base 0.25.1 - git_odb_open_wstream@Base 0.25.1 - git_odb_read@Base 0.25.1 - git_odb_read_header@Base 0.25.1 - git_odb_read_prefix@Base 0.25.1 - git_odb_refresh@Base 0.25.1 - git_odb_stream_finalize_write@Base 0.25.1 - git_odb_stream_free@Base 0.25.1 - git_odb_stream_read@Base 0.25.1 - git_odb_stream_write@Base 0.25.1 - git_odb_write@Base 0.25.1 - git_odb_write_pack@Base 0.25.1 - git_oid_cmp@Base 0.25.1 - git_oid_cpy@Base 0.25.1 - git_oid_equal@Base 0.25.1 - git_oid_fmt@Base 0.25.1 - git_oid_fromraw@Base 0.25.1 - git_oid_fromstr@Base 0.25.1 - git_oid_fromstrn@Base 0.25.1 - git_oid_fromstrp@Base 0.25.1 - git_oid_iszero@Base 0.25.1 - git_oid_ncmp@Base 0.25.1 - git_oid_nfmt@Base 0.25.1 - git_oid_pathfmt@Base 0.25.1 - git_oid_shorten_add@Base 0.25.1 - git_oid_shorten_free@Base 0.25.1 - git_oid_shorten_new@Base 0.25.1 - git_oid_strcmp@Base 0.25.1 - git_oid_streq@Base 0.25.1 - git_oid_tostr@Base 0.25.1 - git_oid_tostr_s@Base 0.25.1 - git_oidarray_free@Base 0.25.1 - git_openssl_set_locking@Base 0.25.1 - git_packbuilder_foreach@Base 0.25.1 - git_packbuilder_free@Base 0.25.1 - git_packbuilder_hash@Base 0.25.1 - git_packbuilder_insert@Base 0.25.1 - git_packbuilder_insert_commit@Base 0.25.1 - git_packbuilder_insert_recur@Base 0.25.1 - git_packbuilder_insert_tree@Base 0.25.1 - git_packbuilder_insert_walk@Base 0.25.1 - git_packbuilder_new@Base 0.25.1 - git_packbuilder_object_count@Base 0.25.1 - git_packbuilder_set_callbacks@Base 0.25.1 - git_packbuilder_set_threads@Base 0.25.1 - git_packbuilder_write@Base 0.25.1 - git_packbuilder_write_buf@Base 0.25.1 - git_packbuilder_written@Base 0.25.1 - git_patch_free@Base 0.25.1 - git_patch_from_blob_and_buffer@Base 0.25.1 - git_patch_from_blobs@Base 0.25.1 - git_patch_from_buffers@Base 0.25.1 - git_patch_from_diff@Base 0.25.1 - git_patch_get_delta@Base 0.25.1 - git_patch_get_hunk@Base 0.25.1 - git_patch_get_line_in_hunk@Base 0.25.1 - git_patch_line_stats@Base 0.25.1 - git_patch_num_hunks@Base 0.25.1 - git_patch_num_lines_in_hunk@Base 0.25.1 - git_patch_print@Base 0.25.1 - git_patch_size@Base 0.25.1 - git_patch_to_buf@Base 0.25.1 - git_pathspec_free@Base 0.25.1 - git_pathspec_match_diff@Base 0.25.1 - git_pathspec_match_index@Base 0.25.1 - git_pathspec_match_list_diff_entry@Base 0.25.1 - git_pathspec_match_list_entry@Base 0.25.1 - git_pathspec_match_list_entrycount@Base 0.25.1 - git_pathspec_match_list_failed_entry@Base 0.25.1 - git_pathspec_match_list_failed_entrycount@Base 0.25.1 - git_pathspec_match_list_free@Base 0.25.1 - git_pathspec_match_tree@Base 0.25.1 - git_pathspec_match_workdir@Base 0.25.1 - git_pathspec_matches_path@Base 0.25.1 - git_pathspec_new@Base 0.25.1 - git_proxy_init_options@Base 0.25.1 - git_push_init_options@Base 0.25.1 - git_rebase_abort@Base 0.25.1 - git_rebase_commit@Base 0.25.1 - git_rebase_finish@Base 0.25.1 - git_rebase_free@Base 0.25.1 - git_rebase_init@Base 0.25.1 - git_rebase_init_options@Base 0.25.1 - git_rebase_inmemory_index@Base 0.25.1 - git_rebase_next@Base 0.25.1 - git_rebase_open@Base 0.25.1 - git_rebase_operation_byindex@Base 0.25.1 - git_rebase_operation_current@Base 0.25.1 - git_rebase_operation_entrycount@Base 0.25.1 - git_refdb_backend_fs@Base 0.25.1 - git_refdb_compress@Base 0.25.1 - git_refdb_free@Base 0.25.1 - git_refdb_init_backend@Base 0.25.1 - git_refdb_new@Base 0.25.1 - git_refdb_open@Base 0.25.1 - git_refdb_set_backend@Base 0.25.1 - git_reference__alloc@Base 0.25.1 - git_reference__alloc_symbolic@Base 0.25.1 - git_reference_cmp@Base 0.25.1 - git_reference_create@Base 0.25.1 - git_reference_create_matching@Base 0.25.1 - git_reference_delete@Base 0.25.1 - git_reference_dup@Base 0.25.1 - git_reference_dwim@Base 0.25.1 - git_reference_ensure_log@Base 0.25.1 - git_reference_foreach@Base 0.25.1 - git_reference_foreach_glob@Base 0.25.1 - git_reference_foreach_name@Base 0.25.1 - git_reference_free@Base 0.25.1 - git_reference_has_log@Base 0.25.1 - git_reference_is_branch@Base 0.25.1 - git_reference_is_note@Base 0.25.1 - git_reference_is_remote@Base 0.25.1 - git_reference_is_tag@Base 0.25.1 - git_reference_is_valid_name@Base 0.25.1 - git_reference_iterator_free@Base 0.25.1 - git_reference_iterator_glob_new@Base 0.25.1 - git_reference_iterator_new@Base 0.25.1 - git_reference_list@Base 0.25.1 - git_reference_lookup@Base 0.25.1 - git_reference_name@Base 0.25.1 - git_reference_name_to_id@Base 0.25.1 - git_reference_next@Base 0.25.1 - git_reference_next_name@Base 0.25.1 - git_reference_normalize_name@Base 0.25.1 - git_reference_owner@Base 0.25.1 - git_reference_peel@Base 0.25.1 - git_reference_remove@Base 0.25.1 - git_reference_rename@Base 0.25.1 - git_reference_resolve@Base 0.25.1 - git_reference_set_target@Base 0.25.1 - git_reference_shorthand@Base 0.25.1 - git_reference_symbolic_create@Base 0.25.1 - git_reference_symbolic_create_matching@Base 0.25.1 - git_reference_symbolic_set_target@Base 0.25.1 - git_reference_symbolic_target@Base 0.25.1 - git_reference_target@Base 0.25.1 - git_reference_target_peel@Base 0.25.1 - git_reference_type@Base 0.25.1 - git_reflog_append@Base 0.25.1 - git_reflog_delete@Base 0.25.1 - git_reflog_drop@Base 0.25.1 - git_reflog_entry_byindex@Base 0.25.1 - git_reflog_entry_committer@Base 0.25.1 - git_reflog_entry_id_new@Base 0.25.1 - git_reflog_entry_id_old@Base 0.25.1 - git_reflog_entry_message@Base 0.25.1 - git_reflog_entrycount@Base 0.25.1 - git_reflog_free@Base 0.25.1 - git_reflog_read@Base 0.25.1 - git_reflog_rename@Base 0.25.1 - git_reflog_write@Base 0.25.1 - git_refspec_direction@Base 0.25.1 - git_refspec_dst@Base 0.25.1 - git_refspec_dst_matches@Base 0.25.1 - git_refspec_force@Base 0.25.1 - git_refspec_rtransform@Base 0.25.1 - git_refspec_src@Base 0.25.1 - git_refspec_src_matches@Base 0.25.1 - git_refspec_string@Base 0.25.1 - git_refspec_transform@Base 0.25.1 - git_remote_add_fetch@Base 0.25.1 - git_remote_add_push@Base 0.25.1 - git_remote_autotag@Base 0.25.1 - git_remote_connect@Base 0.25.1 - git_remote_connected@Base 0.25.1 - git_remote_create@Base 0.25.1 - git_remote_create_anonymous@Base 0.25.1 - git_remote_create_with_fetchspec@Base 0.25.1 - git_remote_default_branch@Base 0.25.1 - git_remote_delete@Base 0.25.1 - git_remote_disconnect@Base 0.25.1 - git_remote_download@Base 0.25.1 - git_remote_dup@Base 0.25.1 - git_remote_fetch@Base 0.25.1 - git_remote_free@Base 0.25.1 - git_remote_get_fetch_refspecs@Base 0.25.1 - git_remote_get_push_refspecs@Base 0.25.1 - git_remote_get_refspec@Base 0.25.1 - git_remote_init_callbacks@Base 0.25.1 - git_remote_is_valid_name@Base 0.25.1 - git_remote_list@Base 0.25.1 - git_remote_lookup@Base 0.25.1 - git_remote_ls@Base 0.25.1 - git_remote_name@Base 0.25.1 - git_remote_owner@Base 0.25.1 - git_remote_prune@Base 0.25.1 - git_remote_prune_refs@Base 0.25.1 - git_remote_push@Base 0.25.1 - git_remote_pushurl@Base 0.25.1 - git_remote_refspec_count@Base 0.25.1 - git_remote_rename@Base 0.25.1 - git_remote_set_autotag@Base 0.25.1 - git_remote_set_pushurl@Base 0.25.1 - git_remote_set_url@Base 0.25.1 - git_remote_stats@Base 0.25.1 - git_remote_stop@Base 0.25.1 - git_remote_update_tips@Base 0.25.1 - git_remote_upload@Base 0.25.1 - git_remote_url@Base 0.25.1 - git_repository__cleanup@Base 0.25.1 - git_repository_config@Base 0.25.1 - git_repository_config_snapshot@Base 0.25.1 - git_repository_detach_head@Base 0.25.1 - git_repository_discover@Base 0.25.1 - git_repository_fetchhead_foreach@Base 0.25.1 - git_repository_free@Base 0.25.1 - git_repository_get_namespace@Base 0.25.1 - git_repository_hashfile@Base 0.25.1 - git_repository_head@Base 0.25.1 - git_repository_head_detached@Base 0.25.1 - git_repository_head_unborn@Base 0.25.1 - git_repository_ident@Base 0.25.1 - git_repository_index@Base 0.25.1 - git_repository_init@Base 0.25.1 - git_repository_init_ext@Base 0.25.1 - git_repository_init_init_options@Base 0.25.1 - git_repository_is_bare@Base 0.25.1 - git_repository_is_empty@Base 0.25.1 - git_repository_is_shallow@Base 0.25.1 - git_repository_mergehead_foreach@Base 0.25.1 - git_repository_message@Base 0.25.1 - git_repository_message_remove@Base 0.25.1 - git_repository_new@Base 0.25.1 - git_repository_odb@Base 0.25.1 - git_repository_open@Base 0.25.1 - git_repository_open_bare@Base 0.25.1 - git_repository_open_ext@Base 0.25.1 - git_repository_path@Base 0.25.1 - git_repository_refdb@Base 0.25.1 - git_repository_reinit_filesystem@Base 0.25.1 - git_repository_set_bare@Base 0.25.1 - git_repository_set_config@Base 0.25.1 - git_repository_set_head@Base 0.25.1 - git_repository_set_head_detached@Base 0.25.1 - git_repository_set_head_detached_from_annotated@Base 0.25.1 - git_repository_set_ident@Base 0.25.1 - git_repository_set_index@Base 0.25.1 - git_repository_set_namespace@Base 0.25.1 - git_repository_set_odb@Base 0.25.1 - git_repository_set_refdb@Base 0.25.1 - git_repository_set_workdir@Base 0.25.1 - git_repository_state@Base 0.25.1 - git_repository_state_cleanup@Base 0.25.1 - git_repository_workdir@Base 0.25.1 - git_repository_wrap_odb@Base 0.25.1 - git_reset@Base 0.25.1 - git_reset_default@Base 0.25.1 - git_reset_from_annotated@Base 0.25.1 - git_revert@Base 0.25.1 - git_revert_commit@Base 0.25.1 - git_revert_init_options@Base 0.25.1 - git_revparse@Base 0.25.1 - git_revparse_ext@Base 0.25.1 - git_revparse_single@Base 0.25.1 - git_revwalk_add_hide_cb@Base 0.25.1 - git_revwalk_free@Base 0.25.1 - git_revwalk_hide@Base 0.25.1 - git_revwalk_hide_glob@Base 0.25.1 - git_revwalk_hide_head@Base 0.25.1 - git_revwalk_hide_ref@Base 0.25.1 - git_revwalk_new@Base 0.25.1 - git_revwalk_next@Base 0.25.1 - git_revwalk_push@Base 0.25.1 - git_revwalk_push_glob@Base 0.25.1 - git_revwalk_push_head@Base 0.25.1 - git_revwalk_push_range@Base 0.25.1 - git_revwalk_push_ref@Base 0.25.1 - git_revwalk_repository@Base 0.25.1 - git_revwalk_reset@Base 0.25.1 - git_revwalk_simplify_first_parent@Base 0.25.1 - git_revwalk_sorting@Base 0.25.1 - git_signature_default@Base 0.25.1 - git_signature_dup@Base 0.25.1 - git_signature_free@Base 0.25.1 - git_signature_from_buffer@Base 0.25.1 - git_signature_new@Base 0.25.1 - git_signature_now@Base 0.25.1 - git_smart_subtransport_git@Base 0.25.1 - git_smart_subtransport_http@Base 0.25.1 - git_smart_subtransport_ssh@Base 0.25.1 - git_stash_apply@Base 0.25.1 - git_stash_apply_init_options@Base 0.25.1 - git_stash_drop@Base 0.25.1 - git_stash_foreach@Base 0.25.1 - git_stash_pop@Base 0.25.1 - git_stash_save@Base 0.25.1 - git_status_byindex@Base 0.25.1 - git_status_file@Base 0.25.1 - git_status_foreach@Base 0.25.1 - git_status_foreach_ext@Base 0.25.1 - git_status_init_options@Base 0.25.1 - git_status_list_entrycount@Base 0.25.1 - git_status_list_free@Base 0.25.1 - git_status_list_get_perfdata@Base 0.25.1 - git_status_list_new@Base 0.25.1 - git_status_should_ignore@Base 0.25.1 - git_strarray_copy@Base 0.25.1 - git_strarray_free@Base 0.25.1 - git_stream_register_tls@Base 0.25.1 - git_submodule_add_finalize@Base 0.25.1 - git_submodule_add_setup@Base 0.25.1 - git_submodule_add_to_index@Base 0.25.1 - git_submodule_branch@Base 0.25.1 - git_submodule_fetch_recurse_submodules@Base 0.25.1 - git_submodule_foreach@Base 0.25.1 - git_submodule_free@Base 0.25.1 - git_submodule_head_id@Base 0.25.1 - git_submodule_ignore@Base 0.25.1 - git_submodule_index_id@Base 0.25.1 - git_submodule_init@Base 0.25.1 - git_submodule_location@Base 0.25.1 - git_submodule_lookup@Base 0.25.1 - git_submodule_name@Base 0.25.1 - git_submodule_open@Base 0.25.1 - git_submodule_owner@Base 0.25.1 - git_submodule_path@Base 0.25.1 - git_submodule_reload@Base 0.25.1 - git_submodule_repo_init@Base 0.25.1 - git_submodule_resolve_url@Base 0.25.1 - git_submodule_set_branch@Base 0.25.1 - git_submodule_set_fetch_recurse_submodules@Base 0.25.1 - git_submodule_set_ignore@Base 0.25.1 - git_submodule_set_update@Base 0.25.1 - git_submodule_set_url@Base 0.25.1 - git_submodule_status@Base 0.25.1 - git_submodule_sync@Base 0.25.1 - git_submodule_update@Base 0.25.1 - git_submodule_update_init_options@Base 0.25.1 - git_submodule_update_strategy@Base 0.25.1 - git_submodule_url@Base 0.25.1 - git_submodule_wd_id@Base 0.25.1 - git_tag_annotation_create@Base 0.25.1 - git_tag_create@Base 0.25.1 - git_tag_create_frombuffer@Base 0.25.1 - git_tag_create_lightweight@Base 0.25.1 - git_tag_delete@Base 0.25.1 - git_tag_dup@Base 0.25.1 - git_tag_foreach@Base 0.25.1 - git_tag_free@Base 0.25.1 - git_tag_id@Base 0.25.1 - git_tag_list@Base 0.25.1 - git_tag_list_match@Base 0.25.1 - git_tag_lookup@Base 0.25.1 - git_tag_lookup_prefix@Base 0.25.1 - git_tag_message@Base 0.25.1 - git_tag_name@Base 0.25.1 - git_tag_owner@Base 0.25.1 - git_tag_peel@Base 0.25.1 - git_tag_tagger@Base 0.25.1 - git_tag_target@Base 0.25.1 - git_tag_target_id@Base 0.25.1 - git_tag_target_type@Base 0.25.1 - git_trace_set@Base 0.25.1 - git_transaction_commit@Base 0.25.1 - git_transaction_free@Base 0.25.1 - git_transaction_lock_ref@Base 0.25.1 - git_transaction_new@Base 0.25.1 - git_transaction_remove@Base 0.25.1 - git_transaction_set_reflog@Base 0.25.1 - git_transaction_set_symbolic_target@Base 0.25.1 - git_transaction_set_target@Base 0.25.1 - git_transport_init@Base 0.25.1 - git_transport_local@Base 0.25.1 - git_transport_new@Base 0.25.1 - git_transport_register@Base 0.25.1 - git_transport_smart@Base 0.25.1 - git_transport_smart_certificate_check@Base 0.25.1 - git_transport_smart_credentials@Base 0.25.1 - git_transport_ssh_with_paths@Base 0.25.1 - git_transport_unregister@Base 0.25.1 - git_tree_create_updated@Base 0.25.1 - git_tree_dup@Base 0.25.1 - git_tree_entry_byid@Base 0.25.1 - git_tree_entry_byindex@Base 0.25.1 - git_tree_entry_byname@Base 0.25.1 - git_tree_entry_bypath@Base 0.25.1 - git_tree_entry_cmp@Base 0.25.1 - git_tree_entry_dup@Base 0.25.1 - git_tree_entry_filemode@Base 0.25.1 - git_tree_entry_filemode_raw@Base 0.25.1 - git_tree_entry_free@Base 0.25.1 - git_tree_entry_id@Base 0.25.1 - git_tree_entry_name@Base 0.25.1 - git_tree_entry_to_object@Base 0.25.1 - git_tree_entry_type@Base 0.25.1 - git_tree_entrycount@Base 0.25.1 - git_tree_free@Base 0.25.1 - git_tree_id@Base 0.25.1 - git_tree_lookup@Base 0.25.1 - git_tree_lookup_prefix@Base 0.25.1 - git_tree_owner@Base 0.25.1 - git_tree_walk@Base 0.25.1 - git_treebuilder_clear@Base 0.25.1 - git_treebuilder_entrycount@Base 0.25.1 - git_treebuilder_filter@Base 0.25.1 - git_treebuilder_free@Base 0.25.1 - git_treebuilder_get@Base 0.25.1 - git_treebuilder_insert@Base 0.25.1 - git_treebuilder_new@Base 0.25.1 - git_treebuilder_remove@Base 0.25.1 - git_treebuilder_write@Base 0.25.1 - giterr_clear@Base 0.25.1 - giterr_last@Base 0.25.1 - giterr_set_oom@Base 0.25.1 - giterr_set_str@Base 0.25.1 diff --git a/debian/libgit2-25.install b/debian/libgit2-26.install similarity index 100% rename from debian/libgit2-25.install rename to debian/libgit2-26.install diff --git a/debian/libgit2-25.lintian-overrides b/debian/libgit2-26.lintian-overrides similarity index 100% rename from debian/libgit2-25.lintian-overrides rename to debian/libgit2-26.lintian-overrides diff --git a/debian/libgit2-26.symbols b/debian/libgit2-26.symbols new file mode 100644 index 000000000..2fb322c38 --- /dev/null +++ b/debian/libgit2-26.symbols @@ -0,0 +1,791 @@ +libgit2.so.26 libgit2-26 #MINVER# + git_annotated_commit_free@Base 0.26.0 + git_annotated_commit_from_fetchhead@Base 0.26.0 + git_annotated_commit_from_ref@Base 0.26.0 + git_annotated_commit_from_revspec@Base 0.26.0 + git_annotated_commit_id@Base 0.26.0 + git_annotated_commit_lookup@Base 0.26.0 + git_attr_add_macro@Base 0.26.0 + git_attr_cache_flush@Base 0.26.0 + git_attr_foreach@Base 0.26.0 + git_attr_get@Base 0.26.0 + git_attr_get_many@Base 0.26.0 + git_attr_value@Base 0.26.0 + git_blame_buffer@Base 0.26.0 + git_blame_file@Base 0.26.0 + git_blame_free@Base 0.26.0 + git_blame_get_hunk_byindex@Base 0.26.0 + git_blame_get_hunk_byline@Base 0.26.0 + git_blame_get_hunk_count@Base 0.26.0 + git_blame_init_options@Base 0.26.0 + git_blob_create_frombuffer@Base 0.26.0 + git_blob_create_fromdisk@Base 0.26.0 + git_blob_create_fromstream@Base 0.26.0 + git_blob_create_fromstream_commit@Base 0.26.0 + git_blob_create_fromworkdir@Base 0.26.0 + git_blob_dup@Base 0.26.0 + git_blob_filtered_content@Base 0.26.0 + git_blob_free@Base 0.26.0 + git_blob_id@Base 0.26.0 + git_blob_is_binary@Base 0.26.0 + git_blob_lookup@Base 0.26.0 + git_blob_lookup_prefix@Base 0.26.0 + git_blob_owner@Base 0.26.0 + git_blob_rawcontent@Base 0.26.0 + git_blob_rawsize@Base 0.26.0 + git_branch_create@Base 0.26.0 + git_branch_create_from_annotated@Base 0.26.0 + git_branch_delete@Base 0.26.0 + git_branch_is_checked_out@Base 0.26.0 + git_branch_is_head@Base 0.26.0 + git_branch_iterator_free@Base 0.26.0 + git_branch_iterator_new@Base 0.26.0 + git_branch_lookup@Base 0.26.0 + git_branch_move@Base 0.26.0 + git_branch_name@Base 0.26.0 + git_branch_next@Base 0.26.0 + git_branch_remote_name@Base 0.26.0 + git_branch_set_upstream@Base 0.26.0 + git_branch_upstream@Base 0.26.0 + git_branch_upstream_name@Base 0.26.0 + git_branch_upstream_remote@Base 0.26.0 + git_buf_contains_nul@Base 0.26.0 + git_buf_free@Base 0.26.0 + git_buf_grow@Base 0.26.0 + git_buf_is_binary@Base 0.26.0 + git_buf_set@Base 0.26.0 + git_checkout_head@Base 0.26.0 + git_checkout_index@Base 0.26.0 + git_checkout_init_options@Base 0.26.0 + git_checkout_tree@Base 0.26.0 + git_cherrypick@Base 0.26.0 + git_cherrypick_commit@Base 0.26.0 + git_cherrypick_init_options@Base 0.26.0 + git_clone@Base 0.26.0 + git_clone_init_options@Base 0.26.0 + git_commit_amend@Base 0.26.0 + git_commit_author@Base 0.26.0 + git_commit_body@Base 0.26.0 + git_commit_committer@Base 0.26.0 + git_commit_create@Base 0.26.0 + git_commit_create_buffer@Base 0.26.0 + git_commit_create_from_callback@Base 0.26.0 + git_commit_create_from_ids@Base 0.26.0 + git_commit_create_v@Base 0.26.0 + git_commit_create_with_signature@Base 0.26.0 + git_commit_dup@Base 0.26.0 + git_commit_extract_signature@Base 0.26.0 + git_commit_free@Base 0.26.0 + git_commit_header_field@Base 0.26.0 + git_commit_id@Base 0.26.0 + git_commit_lookup@Base 0.26.0 + git_commit_lookup_prefix@Base 0.26.0 + git_commit_message@Base 0.26.0 + git_commit_message_encoding@Base 0.26.0 + git_commit_message_raw@Base 0.26.0 + git_commit_nth_gen_ancestor@Base 0.26.0 + git_commit_owner@Base 0.26.0 + git_commit_parent@Base 0.26.0 + git_commit_parent_id@Base 0.26.0 + git_commit_parentcount@Base 0.26.0 + git_commit_raw_header@Base 0.26.0 + git_commit_summary@Base 0.26.0 + git_commit_time@Base 0.26.0 + git_commit_time_offset@Base 0.26.0 + git_commit_tree@Base 0.26.0 + git_commit_tree_id@Base 0.26.0 + git_config_add_backend@Base 0.26.0 + git_config_add_file_ondisk@Base 0.26.0 + git_config_backend_foreach_match@Base 0.26.0 + git_config_delete_entry@Base 0.26.0 + git_config_delete_multivar@Base 0.26.0 + git_config_entry_free@Base 0.26.0 + git_config_find_global@Base 0.26.0 + git_config_find_programdata@Base 0.26.0 + git_config_find_system@Base 0.26.0 + git_config_find_xdg@Base 0.26.0 + git_config_foreach@Base 0.26.0 + git_config_foreach_match@Base 0.26.0 + git_config_free@Base 0.26.0 + git_config_get_bool@Base 0.26.0 + git_config_get_entry@Base 0.26.0 + git_config_get_int32@Base 0.26.0 + git_config_get_int64@Base 0.26.0 + git_config_get_mapped@Base 0.26.0 + git_config_get_multivar_foreach@Base 0.26.0 + git_config_get_path@Base 0.26.0 + git_config_get_string@Base 0.26.0 + git_config_get_string_buf@Base 0.26.0 + git_config_init_backend@Base 0.26.0 + git_config_iterator_free@Base 0.26.0 + git_config_iterator_glob_new@Base 0.26.0 + git_config_iterator_new@Base 0.26.0 + git_config_lock@Base 0.26.0 + git_config_lookup_map_value@Base 0.26.0 + git_config_multivar_iterator_new@Base 0.26.0 + git_config_new@Base 0.26.0 + git_config_next@Base 0.26.0 + git_config_open_default@Base 0.26.0 + git_config_open_global@Base 0.26.0 + git_config_open_level@Base 0.26.0 + git_config_open_ondisk@Base 0.26.0 + git_config_parse_bool@Base 0.26.0 + git_config_parse_int32@Base 0.26.0 + git_config_parse_int64@Base 0.26.0 + git_config_parse_path@Base 0.26.0 + git_config_set_bool@Base 0.26.0 + git_config_set_int32@Base 0.26.0 + git_config_set_int64@Base 0.26.0 + git_config_set_multivar@Base 0.26.0 + git_config_set_string@Base 0.26.0 + git_config_snapshot@Base 0.26.0 + git_config_unlock@Base 0.26.0 + git_cred_default_new@Base 0.26.0 + git_cred_free@Base 0.26.0 + git_cred_has_username@Base 0.26.0 + git_cred_ssh_custom_new@Base 0.26.0 + git_cred_ssh_interactive_new@Base 0.26.0 + git_cred_ssh_key_from_agent@Base 0.26.0 + git_cred_ssh_key_memory_new@Base 0.26.0 + git_cred_ssh_key_new@Base 0.26.0 + git_cred_username_new@Base 0.26.0 + git_cred_userpass@Base 0.26.0 + git_cred_userpass_plaintext_new@Base 0.26.0 + git_describe_commit@Base 0.26.0 + git_describe_format@Base 0.26.0 + git_describe_init_format_options@Base 0.26.0 + git_describe_init_options@Base 0.26.0 + git_describe_result_free@Base 0.26.0 + git_describe_workdir@Base 0.26.0 + git_diff_blob_to_buffer@Base 0.26.0 + git_diff_blobs@Base 0.26.0 + git_diff_buffers@Base 0.26.0 + git_diff_commit_as_email@Base 0.26.0 + git_diff_find_init_options@Base 0.26.0 + git_diff_find_similar@Base 0.26.0 + git_diff_foreach@Base 0.26.0 + git_diff_format_email@Base 0.26.0 + git_diff_format_email_init_options@Base 0.26.0 + git_diff_free@Base 0.26.0 + git_diff_from_buffer@Base 0.26.0 + git_diff_get_delta@Base 0.26.0 + git_diff_get_perfdata@Base 0.26.0 + git_diff_get_stats@Base 0.26.0 + git_diff_index_to_index@Base 0.26.0 + git_diff_index_to_workdir@Base 0.26.0 + git_diff_init_options@Base 0.26.0 + git_diff_is_sorted_icase@Base 0.26.0 + git_diff_merge@Base 0.26.0 + git_diff_num_deltas@Base 0.26.0 + git_diff_num_deltas_of_type@Base 0.26.0 + git_diff_print@Base 0.26.0 + git_diff_print_callback__to_buf@Base 0.26.0 + git_diff_print_callback__to_file_handle@Base 0.26.0 + git_diff_stats_deletions@Base 0.26.0 + git_diff_stats_files_changed@Base 0.26.0 + git_diff_stats_free@Base 0.26.0 + git_diff_stats_insertions@Base 0.26.0 + git_diff_stats_to_buf@Base 0.26.0 + git_diff_status_char@Base 0.26.0 + git_diff_to_buf@Base 0.26.0 + git_diff_tree_to_index@Base 0.26.0 + git_diff_tree_to_tree@Base 0.26.0 + git_diff_tree_to_workdir@Base 0.26.0 + git_diff_tree_to_workdir_with_index@Base 0.26.0 + git_fetch_init_options@Base 0.26.0 + git_filter_init@Base 0.26.0 + git_filter_list_apply_to_blob@Base 0.26.0 + git_filter_list_apply_to_data@Base 0.26.0 + git_filter_list_apply_to_file@Base 0.26.0 + git_filter_list_contains@Base 0.26.0 + git_filter_list_free@Base 0.26.0 + git_filter_list_length@Base 0.26.0 + git_filter_list_load@Base 0.26.0 + git_filter_list_new@Base 0.26.0 + git_filter_list_push@Base 0.26.0 + git_filter_list_stream_blob@Base 0.26.0 + git_filter_list_stream_data@Base 0.26.0 + git_filter_list_stream_file@Base 0.26.0 + git_filter_lookup@Base 0.26.0 + git_filter_register@Base 0.26.0 + git_filter_source_filemode@Base 0.26.0 + git_filter_source_flags@Base 0.26.0 + git_filter_source_id@Base 0.26.0 + git_filter_source_mode@Base 0.26.0 + git_filter_source_path@Base 0.26.0 + git_filter_source_repo@Base 0.26.0 + git_filter_unregister@Base 0.26.0 + git_graph_ahead_behind@Base 0.26.0 + git_graph_descendant_of@Base 0.26.0 + git_hashsig_compare@Base 0.26.0 + git_hashsig_create@Base 0.26.0 + git_hashsig_create_fromfile@Base 0.26.0 + git_hashsig_free@Base 0.26.0 + git_ignore_add_rule@Base 0.26.0 + git_ignore_clear_internal_rules@Base 0.26.0 + git_ignore_path_is_ignored@Base 0.26.0 + git_index_add@Base 0.26.0 + git_index_add_all@Base 0.26.0 + git_index_add_bypath@Base 0.26.0 + git_index_add_frombuffer@Base 0.26.0 + git_index_caps@Base 0.26.0 + git_index_checksum@Base 0.26.0 + git_index_clear@Base 0.26.0 + git_index_conflict_add@Base 0.26.0 + git_index_conflict_cleanup@Base 0.26.0 + git_index_conflict_get@Base 0.26.0 + git_index_conflict_iterator_free@Base 0.26.0 + git_index_conflict_iterator_new@Base 0.26.0 + git_index_conflict_next@Base 0.26.0 + git_index_conflict_remove@Base 0.26.0 + git_index_entry_is_conflict@Base 0.26.0 + git_index_entry_stage@Base 0.26.0 + git_index_entrycount@Base 0.26.0 + git_index_find@Base 0.26.0 + git_index_find_prefix@Base 0.26.0 + git_index_free@Base 0.26.0 + git_index_get_byindex@Base 0.26.0 + git_index_get_bypath@Base 0.26.0 + git_index_has_conflicts@Base 0.26.0 + git_index_name_add@Base 0.26.0 + git_index_name_clear@Base 0.26.0 + git_index_name_entrycount@Base 0.26.0 + git_index_name_get_byindex@Base 0.26.0 + git_index_new@Base 0.26.0 + git_index_open@Base 0.26.0 + git_index_owner@Base 0.26.0 + git_index_path@Base 0.26.0 + git_index_read@Base 0.26.0 + git_index_read_tree@Base 0.26.0 + git_index_remove@Base 0.26.0 + git_index_remove_all@Base 0.26.0 + git_index_remove_bypath@Base 0.26.0 + git_index_remove_directory@Base 0.26.0 + git_index_reuc_add@Base 0.26.0 + git_index_reuc_clear@Base 0.26.0 + git_index_reuc_entrycount@Base 0.26.0 + git_index_reuc_find@Base 0.26.0 + git_index_reuc_get_byindex@Base 0.26.0 + git_index_reuc_get_bypath@Base 0.26.0 + git_index_reuc_remove@Base 0.26.0 + git_index_set_caps@Base 0.26.0 + git_index_set_version@Base 0.26.0 + git_index_update_all@Base 0.26.0 + git_index_version@Base 0.26.0 + git_index_write@Base 0.26.0 + git_index_write_tree@Base 0.26.0 + git_index_write_tree_to@Base 0.26.0 + git_indexer_append@Base 0.26.0 + git_indexer_commit@Base 0.26.0 + git_indexer_free@Base 0.26.0 + git_indexer_hash@Base 0.26.0 + git_indexer_new@Base 0.26.0 + git_libgit2_features@Base 0.26.0 + git_libgit2_init@Base 0.26.0 + git_libgit2_opts@Base 0.26.0 + git_libgit2_shutdown@Base 0.26.0 + git_libgit2_version@Base 0.26.0 + git_merge@Base 0.26.0 + git_merge_analysis@Base 0.26.0 + git_merge_base@Base 0.26.0 + git_merge_base_many@Base 0.26.0 + git_merge_base_octopus@Base 0.26.0 + git_merge_bases@Base 0.26.0 + git_merge_bases_many@Base 0.26.0 + git_merge_commits@Base 0.26.0 + git_merge_driver_lookup@Base 0.26.0 + git_merge_driver_register@Base 0.26.0 + git_merge_driver_source_ancestor@Base 0.26.0 + git_merge_driver_source_file_options@Base 0.26.0 + git_merge_driver_source_ours@Base 0.26.0 + git_merge_driver_source_repo@Base 0.26.0 + git_merge_driver_source_theirs@Base 0.26.0 + git_merge_driver_unregister@Base 0.26.0 + git_merge_file@Base 0.26.0 + git_merge_file_from_index@Base 0.26.0 + git_merge_file_init_input@Base 0.26.0 + git_merge_file_init_options@Base 0.26.0 + git_merge_file_result_free@Base 0.26.0 + git_merge_init_options@Base 0.26.0 + git_merge_trees@Base 0.26.0 + git_message_prettify@Base 0.26.0 + git_note_author@Base 0.26.0 + git_note_committer@Base 0.26.0 + git_note_create@Base 0.26.0 + git_note_default_ref@Base 0.26.0 + git_note_foreach@Base 0.26.0 + git_note_free@Base 0.26.0 + git_note_id@Base 0.26.0 + git_note_iterator_free@Base 0.26.0 + git_note_iterator_new@Base 0.26.0 + git_note_message@Base 0.26.0 + git_note_next@Base 0.26.0 + git_note_read@Base 0.26.0 + git_note_remove@Base 0.26.0 + git_object__size@Base 0.26.0 + git_object_dup@Base 0.26.0 + git_object_free@Base 0.26.0 + git_object_id@Base 0.26.0 + git_object_lookup@Base 0.26.0 + git_object_lookup_bypath@Base 0.26.0 + git_object_lookup_prefix@Base 0.26.0 + git_object_owner@Base 0.26.0 + git_object_peel@Base 0.26.0 + git_object_short_id@Base 0.26.0 + git_object_string2type@Base 0.26.0 + git_object_type2string@Base 0.26.0 + git_object_type@Base 0.26.0 + git_object_typeisloose@Base 0.26.0 + git_odb_add_alternate@Base 0.26.0 + git_odb_add_backend@Base 0.26.0 + git_odb_add_disk_alternate@Base 0.26.0 + git_odb_backend_loose@Base 0.26.0 + git_odb_backend_malloc@Base 0.26.0 + git_odb_backend_one_pack@Base 0.26.0 + git_odb_backend_pack@Base 0.26.0 + git_odb_exists@Base 0.26.0 + git_odb_exists_prefix@Base 0.26.0 + git_odb_expand_ids@Base 0.26.0 + git_odb_foreach@Base 0.26.0 + git_odb_free@Base 0.26.0 + git_odb_get_backend@Base 0.26.0 + git_odb_hash@Base 0.26.0 + git_odb_hashfile@Base 0.26.0 + git_odb_init_backend@Base 0.26.0 + git_odb_new@Base 0.26.0 + git_odb_num_backends@Base 0.26.0 + git_odb_object_data@Base 0.26.0 + git_odb_object_dup@Base 0.26.0 + git_odb_object_free@Base 0.26.0 + git_odb_object_id@Base 0.26.0 + git_odb_object_size@Base 0.26.0 + git_odb_object_type@Base 0.26.0 + git_odb_open@Base 0.26.0 + git_odb_open_rstream@Base 0.26.0 + git_odb_open_wstream@Base 0.26.0 + git_odb_read@Base 0.26.0 + git_odb_read_header@Base 0.26.0 + git_odb_read_prefix@Base 0.26.0 + git_odb_refresh@Base 0.26.0 + git_odb_stream_finalize_write@Base 0.26.0 + git_odb_stream_free@Base 0.26.0 + git_odb_stream_read@Base 0.26.0 + git_odb_stream_write@Base 0.26.0 + git_odb_write@Base 0.26.0 + git_odb_write_pack@Base 0.26.0 + git_oid_cmp@Base 0.26.0 + git_oid_cpy@Base 0.26.0 + git_oid_equal@Base 0.26.0 + git_oid_fmt@Base 0.26.0 + git_oid_fromraw@Base 0.26.0 + git_oid_fromstr@Base 0.26.0 + git_oid_fromstrn@Base 0.26.0 + git_oid_fromstrp@Base 0.26.0 + git_oid_iszero@Base 0.26.0 + git_oid_ncmp@Base 0.26.0 + git_oid_nfmt@Base 0.26.0 + git_oid_pathfmt@Base 0.26.0 + git_oid_shorten_add@Base 0.26.0 + git_oid_shorten_free@Base 0.26.0 + git_oid_shorten_new@Base 0.26.0 + git_oid_strcmp@Base 0.26.0 + git_oid_streq@Base 0.26.0 + git_oid_tostr@Base 0.26.0 + git_oid_tostr_s@Base 0.26.0 + git_oidarray_free@Base 0.26.0 + git_openssl_set_locking@Base 0.26.0 + git_packbuilder_foreach@Base 0.26.0 + git_packbuilder_free@Base 0.26.0 + git_packbuilder_hash@Base 0.26.0 + git_packbuilder_insert@Base 0.26.0 + git_packbuilder_insert_commit@Base 0.26.0 + git_packbuilder_insert_recur@Base 0.26.0 + git_packbuilder_insert_tree@Base 0.26.0 + git_packbuilder_insert_walk@Base 0.26.0 + git_packbuilder_new@Base 0.26.0 + git_packbuilder_object_count@Base 0.26.0 + git_packbuilder_set_callbacks@Base 0.26.0 + git_packbuilder_set_threads@Base 0.26.0 + git_packbuilder_write@Base 0.26.0 + git_packbuilder_write_buf@Base 0.26.0 + git_packbuilder_written@Base 0.26.0 + git_patch_free@Base 0.26.0 + git_patch_from_blob_and_buffer@Base 0.26.0 + git_patch_from_blobs@Base 0.26.0 + git_patch_from_buffers@Base 0.26.0 + git_patch_from_diff@Base 0.26.0 + git_patch_get_delta@Base 0.26.0 + git_patch_get_hunk@Base 0.26.0 + git_patch_get_line_in_hunk@Base 0.26.0 + git_patch_line_stats@Base 0.26.0 + git_patch_num_hunks@Base 0.26.0 + git_patch_num_lines_in_hunk@Base 0.26.0 + git_patch_print@Base 0.26.0 + git_patch_size@Base 0.26.0 + git_patch_to_buf@Base 0.26.0 + git_pathspec_free@Base 0.26.0 + git_pathspec_match_diff@Base 0.26.0 + git_pathspec_match_index@Base 0.26.0 + git_pathspec_match_list_diff_entry@Base 0.26.0 + git_pathspec_match_list_entry@Base 0.26.0 + git_pathspec_match_list_entrycount@Base 0.26.0 + git_pathspec_match_list_failed_entry@Base 0.26.0 + git_pathspec_match_list_failed_entrycount@Base 0.26.0 + git_pathspec_match_list_free@Base 0.26.0 + git_pathspec_match_tree@Base 0.26.0 + git_pathspec_match_workdir@Base 0.26.0 + git_pathspec_matches_path@Base 0.26.0 + git_pathspec_new@Base 0.26.0 + git_proxy_init_options@Base 0.26.0 + git_push_init_options@Base 0.26.0 + git_rebase_abort@Base 0.26.0 + git_rebase_commit@Base 0.26.0 + git_rebase_finish@Base 0.26.0 + git_rebase_free@Base 0.26.0 + git_rebase_init@Base 0.26.0 + git_rebase_init_options@Base 0.26.0 + git_rebase_inmemory_index@Base 0.26.0 + git_rebase_next@Base 0.26.0 + git_rebase_open@Base 0.26.0 + git_rebase_operation_byindex@Base 0.26.0 + git_rebase_operation_current@Base 0.26.0 + git_rebase_operation_entrycount@Base 0.26.0 + git_refdb_backend_fs@Base 0.26.0 + git_refdb_compress@Base 0.26.0 + git_refdb_free@Base 0.26.0 + git_refdb_init_backend@Base 0.26.0 + git_refdb_new@Base 0.26.0 + git_refdb_open@Base 0.26.0 + git_refdb_set_backend@Base 0.26.0 + git_reference__alloc@Base 0.26.0 + git_reference__alloc_symbolic@Base 0.26.0 + git_reference_cmp@Base 0.26.0 + git_reference_create@Base 0.26.0 + git_reference_create_matching@Base 0.26.0 + git_reference_delete@Base 0.26.0 + git_reference_dup@Base 0.26.0 + git_reference_dwim@Base 0.26.0 + git_reference_ensure_log@Base 0.26.0 + git_reference_foreach@Base 0.26.0 + git_reference_foreach_glob@Base 0.26.0 + git_reference_foreach_name@Base 0.26.0 + git_reference_free@Base 0.26.0 + git_reference_has_log@Base 0.26.0 + git_reference_is_branch@Base 0.26.0 + git_reference_is_note@Base 0.26.0 + git_reference_is_remote@Base 0.26.0 + git_reference_is_tag@Base 0.26.0 + git_reference_is_valid_name@Base 0.26.0 + git_reference_iterator_free@Base 0.26.0 + git_reference_iterator_glob_new@Base 0.26.0 + git_reference_iterator_new@Base 0.26.0 + git_reference_list@Base 0.26.0 + git_reference_lookup@Base 0.26.0 + git_reference_name@Base 0.26.0 + git_reference_name_to_id@Base 0.26.0 + git_reference_next@Base 0.26.0 + git_reference_next_name@Base 0.26.0 + git_reference_normalize_name@Base 0.26.0 + git_reference_owner@Base 0.26.0 + git_reference_peel@Base 0.26.0 + git_reference_remove@Base 0.26.0 + git_reference_rename@Base 0.26.0 + git_reference_resolve@Base 0.26.0 + git_reference_set_target@Base 0.26.0 + git_reference_shorthand@Base 0.26.0 + git_reference_symbolic_create@Base 0.26.0 + git_reference_symbolic_create_matching@Base 0.26.0 + git_reference_symbolic_set_target@Base 0.26.0 + git_reference_symbolic_target@Base 0.26.0 + git_reference_target@Base 0.26.0 + git_reference_target_peel@Base 0.26.0 + git_reference_type@Base 0.26.0 + git_reflog_append@Base 0.26.0 + git_reflog_delete@Base 0.26.0 + git_reflog_drop@Base 0.26.0 + git_reflog_entry_byindex@Base 0.26.0 + git_reflog_entry_committer@Base 0.26.0 + git_reflog_entry_id_new@Base 0.26.0 + git_reflog_entry_id_old@Base 0.26.0 + git_reflog_entry_message@Base 0.26.0 + git_reflog_entrycount@Base 0.26.0 + git_reflog_free@Base 0.26.0 + git_reflog_read@Base 0.26.0 + git_reflog_rename@Base 0.26.0 + git_reflog_write@Base 0.26.0 + git_refspec_direction@Base 0.26.0 + git_refspec_dst@Base 0.26.0 + git_refspec_dst_matches@Base 0.26.0 + git_refspec_force@Base 0.26.0 + git_refspec_rtransform@Base 0.26.0 + git_refspec_src@Base 0.26.0 + git_refspec_src_matches@Base 0.26.0 + git_refspec_string@Base 0.26.0 + git_refspec_transform@Base 0.26.0 + git_remote_add_fetch@Base 0.26.0 + git_remote_add_push@Base 0.26.0 + git_remote_autotag@Base 0.26.0 + git_remote_connect@Base 0.26.0 + git_remote_connected@Base 0.26.0 + git_remote_create@Base 0.26.0 + git_remote_create_anonymous@Base 0.26.0 + git_remote_create_with_fetchspec@Base 0.26.0 + git_remote_default_branch@Base 0.26.0 + git_remote_delete@Base 0.26.0 + git_remote_disconnect@Base 0.26.0 + git_remote_download@Base 0.26.0 + git_remote_dup@Base 0.26.0 + git_remote_fetch@Base 0.26.0 + git_remote_free@Base 0.26.0 + git_remote_get_fetch_refspecs@Base 0.26.0 + git_remote_get_push_refspecs@Base 0.26.0 + git_remote_get_refspec@Base 0.26.0 + git_remote_init_callbacks@Base 0.26.0 + git_remote_is_valid_name@Base 0.26.0 + git_remote_list@Base 0.26.0 + git_remote_lookup@Base 0.26.0 + git_remote_ls@Base 0.26.0 + git_remote_name@Base 0.26.0 + git_remote_owner@Base 0.26.0 + git_remote_prune@Base 0.26.0 + git_remote_prune_refs@Base 0.26.0 + git_remote_push@Base 0.26.0 + git_remote_pushurl@Base 0.26.0 + git_remote_refspec_count@Base 0.26.0 + git_remote_rename@Base 0.26.0 + git_remote_set_autotag@Base 0.26.0 + git_remote_set_pushurl@Base 0.26.0 + git_remote_set_url@Base 0.26.0 + git_remote_stats@Base 0.26.0 + git_remote_stop@Base 0.26.0 + git_remote_update_tips@Base 0.26.0 + git_remote_upload@Base 0.26.0 + git_remote_url@Base 0.26.0 + git_repository__cleanup@Base 0.26.0 + git_repository_commondir@Base 0.26.0 + git_repository_config@Base 0.26.0 + git_repository_config_snapshot@Base 0.26.0 + git_repository_detach_head@Base 0.26.0 + git_repository_discover@Base 0.26.0 + git_repository_fetchhead_foreach@Base 0.26.0 + git_repository_free@Base 0.26.0 + git_repository_get_namespace@Base 0.26.0 + git_repository_hashfile@Base 0.26.0 + git_repository_head@Base 0.26.0 + git_repository_head_detached@Base 0.26.0 + git_repository_head_detached_for_worktree@Base 0.26.0 + git_repository_head_for_worktree@Base 0.26.0 + git_repository_head_unborn@Base 0.26.0 + git_repository_ident@Base 0.26.0 + git_repository_index@Base 0.26.0 + git_repository_init@Base 0.26.0 + git_repository_init_ext@Base 0.26.0 + git_repository_init_init_options@Base 0.26.0 + git_repository_is_bare@Base 0.26.0 + git_repository_is_empty@Base 0.26.0 + git_repository_is_shallow@Base 0.26.0 + git_repository_is_worktree@Base 0.26.0 + git_repository_item_path@Base 0.26.0 + git_repository_mergehead_foreach@Base 0.26.0 + git_repository_message@Base 0.26.0 + git_repository_message_remove@Base 0.26.0 + git_repository_new@Base 0.26.0 + git_repository_odb@Base 0.26.0 + git_repository_open@Base 0.26.0 + git_repository_open_bare@Base 0.26.0 + git_repository_open_ext@Base 0.26.0 + git_repository_open_from_worktree@Base 0.26.0 + git_repository_path@Base 0.26.0 + git_repository_refdb@Base 0.26.0 + git_repository_reinit_filesystem@Base 0.26.0 + git_repository_set_bare@Base 0.26.0 + git_repository_set_config@Base 0.26.0 + git_repository_set_head@Base 0.26.0 + git_repository_set_head_detached@Base 0.26.0 + git_repository_set_head_detached_from_annotated@Base 0.26.0 + git_repository_set_ident@Base 0.26.0 + git_repository_set_index@Base 0.26.0 + git_repository_set_namespace@Base 0.26.0 + git_repository_set_odb@Base 0.26.0 + git_repository_set_refdb@Base 0.26.0 + git_repository_set_workdir@Base 0.26.0 + git_repository_state@Base 0.26.0 + git_repository_state_cleanup@Base 0.26.0 + git_repository_submodule_cache_all@Base 0.26.0 + git_repository_submodule_cache_clear@Base 0.26.0 + git_repository_workdir@Base 0.26.0 + git_repository_wrap_odb@Base 0.26.0 + git_reset@Base 0.26.0 + git_reset_default@Base 0.26.0 + git_reset_from_annotated@Base 0.26.0 + git_revert@Base 0.26.0 + git_revert_commit@Base 0.26.0 + git_revert_init_options@Base 0.26.0 + git_revparse@Base 0.26.0 + git_revparse_ext@Base 0.26.0 + git_revparse_single@Base 0.26.0 + git_revwalk_add_hide_cb@Base 0.26.0 + git_revwalk_free@Base 0.26.0 + git_revwalk_hide@Base 0.26.0 + git_revwalk_hide_glob@Base 0.26.0 + git_revwalk_hide_head@Base 0.26.0 + git_revwalk_hide_ref@Base 0.26.0 + git_revwalk_new@Base 0.26.0 + git_revwalk_next@Base 0.26.0 + git_revwalk_push@Base 0.26.0 + git_revwalk_push_glob@Base 0.26.0 + git_revwalk_push_head@Base 0.26.0 + git_revwalk_push_range@Base 0.26.0 + git_revwalk_push_ref@Base 0.26.0 + git_revwalk_repository@Base 0.26.0 + git_revwalk_reset@Base 0.26.0 + git_revwalk_simplify_first_parent@Base 0.26.0 + git_revwalk_sorting@Base 0.26.0 + git_signature_default@Base 0.26.0 + git_signature_dup@Base 0.26.0 + git_signature_free@Base 0.26.0 + git_signature_from_buffer@Base 0.26.0 + git_signature_new@Base 0.26.0 + git_signature_now@Base 0.26.0 + git_smart_subtransport_git@Base 0.26.0 + git_smart_subtransport_http@Base 0.26.0 + git_smart_subtransport_ssh@Base 0.26.0 + git_stash_apply@Base 0.26.0 + git_stash_apply_init_options@Base 0.26.0 + git_stash_drop@Base 0.26.0 + git_stash_foreach@Base 0.26.0 + git_stash_pop@Base 0.26.0 + git_stash_save@Base 0.26.0 + git_status_byindex@Base 0.26.0 + git_status_file@Base 0.26.0 + git_status_foreach@Base 0.26.0 + git_status_foreach_ext@Base 0.26.0 + git_status_init_options@Base 0.26.0 + git_status_list_entrycount@Base 0.26.0 + git_status_list_free@Base 0.26.0 + git_status_list_get_perfdata@Base 0.26.0 + git_status_list_new@Base 0.26.0 + git_status_should_ignore@Base 0.26.0 + git_strarray_copy@Base 0.26.0 + git_strarray_free@Base 0.26.0 + git_stream_register_tls@Base 0.26.0 + git_submodule_add_finalize@Base 0.26.0 + git_submodule_add_setup@Base 0.26.0 + git_submodule_add_to_index@Base 0.26.0 + git_submodule_branch@Base 0.26.0 + git_submodule_fetch_recurse_submodules@Base 0.26.0 + git_submodule_foreach@Base 0.26.0 + git_submodule_free@Base 0.26.0 + git_submodule_head_id@Base 0.26.0 + git_submodule_ignore@Base 0.26.0 + git_submodule_index_id@Base 0.26.0 + git_submodule_init@Base 0.26.0 + git_submodule_location@Base 0.26.0 + git_submodule_lookup@Base 0.26.0 + git_submodule_name@Base 0.26.0 + git_submodule_open@Base 0.26.0 + git_submodule_owner@Base 0.26.0 + git_submodule_path@Base 0.26.0 + git_submodule_reload@Base 0.26.0 + git_submodule_repo_init@Base 0.26.0 + git_submodule_resolve_url@Base 0.26.0 + git_submodule_set_branch@Base 0.26.0 + git_submodule_set_fetch_recurse_submodules@Base 0.26.0 + git_submodule_set_ignore@Base 0.26.0 + git_submodule_set_update@Base 0.26.0 + git_submodule_set_url@Base 0.26.0 + git_submodule_status@Base 0.26.0 + git_submodule_sync@Base 0.26.0 + git_submodule_update@Base 0.26.0 + git_submodule_update_init_options@Base 0.26.0 + git_submodule_update_strategy@Base 0.26.0 + git_submodule_url@Base 0.26.0 + git_submodule_wd_id@Base 0.26.0 + git_tag_annotation_create@Base 0.26.0 + git_tag_create@Base 0.26.0 + git_tag_create_frombuffer@Base 0.26.0 + git_tag_create_lightweight@Base 0.26.0 + git_tag_delete@Base 0.26.0 + git_tag_dup@Base 0.26.0 + git_tag_foreach@Base 0.26.0 + git_tag_free@Base 0.26.0 + git_tag_id@Base 0.26.0 + git_tag_list@Base 0.26.0 + git_tag_list_match@Base 0.26.0 + git_tag_lookup@Base 0.26.0 + git_tag_lookup_prefix@Base 0.26.0 + git_tag_message@Base 0.26.0 + git_tag_name@Base 0.26.0 + git_tag_owner@Base 0.26.0 + git_tag_peel@Base 0.26.0 + git_tag_tagger@Base 0.26.0 + git_tag_target@Base 0.26.0 + git_tag_target_id@Base 0.26.0 + git_tag_target_type@Base 0.26.0 + git_trace_set@Base 0.26.0 + git_transaction_commit@Base 0.26.0 + git_transaction_free@Base 0.26.0 + git_transaction_lock_ref@Base 0.26.0 + git_transaction_new@Base 0.26.0 + git_transaction_remove@Base 0.26.0 + git_transaction_set_reflog@Base 0.26.0 + git_transaction_set_symbolic_target@Base 0.26.0 + git_transaction_set_target@Base 0.26.0 + git_transport_init@Base 0.26.0 + git_transport_local@Base 0.26.0 + git_transport_new@Base 0.26.0 + git_transport_register@Base 0.26.0 + git_transport_smart@Base 0.26.0 + git_transport_smart_certificate_check@Base 0.26.0 + git_transport_smart_credentials@Base 0.26.0 + git_transport_smart_proxy_options@Base 0.26.0 + git_transport_ssh_with_paths@Base 0.26.0 + git_transport_unregister@Base 0.26.0 + git_tree_create_updated@Base 0.26.0 + git_tree_dup@Base 0.26.0 + git_tree_entry_byid@Base 0.26.0 + git_tree_entry_byindex@Base 0.26.0 + git_tree_entry_byname@Base 0.26.0 + git_tree_entry_bypath@Base 0.26.0 + git_tree_entry_cmp@Base 0.26.0 + git_tree_entry_dup@Base 0.26.0 + git_tree_entry_filemode@Base 0.26.0 + git_tree_entry_filemode_raw@Base 0.26.0 + git_tree_entry_free@Base 0.26.0 + git_tree_entry_id@Base 0.26.0 + git_tree_entry_name@Base 0.26.0 + git_tree_entry_to_object@Base 0.26.0 + git_tree_entry_type@Base 0.26.0 + git_tree_entrycount@Base 0.26.0 + git_tree_free@Base 0.26.0 + git_tree_id@Base 0.26.0 + git_tree_lookup@Base 0.26.0 + git_tree_lookup_prefix@Base 0.26.0 + git_tree_owner@Base 0.26.0 + git_tree_walk@Base 0.26.0 + git_treebuilder_clear@Base 0.26.0 + git_treebuilder_entrycount@Base 0.26.0 + git_treebuilder_filter@Base 0.26.0 + git_treebuilder_free@Base 0.26.0 + git_treebuilder_get@Base 0.26.0 + git_treebuilder_insert@Base 0.26.0 + git_treebuilder_new@Base 0.26.0 + git_treebuilder_remove@Base 0.26.0 + git_treebuilder_write@Base 0.26.0 + git_treebuilder_write_with_buffer@Base 0.26.0 + git_worktree_add@Base 0.26.0 + git_worktree_free@Base 0.26.0 + git_worktree_is_locked@Base 0.26.0 + git_worktree_is_prunable@Base 0.26.0 + git_worktree_list@Base 0.26.0 + git_worktree_lock@Base 0.26.0 + git_worktree_lookup@Base 0.26.0 + git_worktree_open_from_repository@Base 0.26.0 + git_worktree_prune@Base 0.26.0 + git_worktree_prune_init_options@Base 0.26.0 + git_worktree_unlock@Base 0.26.0 + git_worktree_validate@Base 0.26.0 + giterr_clear@Base 0.26.0 + giterr_last@Base 0.26.0 + giterr_set_oom@Base 0.26.0 + giterr_set_str@Base 0.26.0 diff --git a/debian/patches/build_static.patch b/debian/patches/build_static.patch deleted file mode 100644 index ce154ebda..000000000 --- a/debian/patches/build_static.patch +++ /dev/null @@ -1,37 +0,0 @@ -Build both static and shared libraries. -diff --git a/CMakeLists.txt b/CMakeLists.txt -index bfbabc0..891d2af 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -49,7 +49,6 @@ SET(INSTALL_LIB lib CACHE PATH "Where to install libraries to.") - SET(INSTALL_INC include CACHE PATH "Where to install headers to.") - - # Build options --OPTION (BUILD_SHARED_LIBS "Build Shared Library (OFF for Static)" ON) - OPTION (THREADSAFE "Build libgit2 as threadsafe" OFF) - OPTION (BUILD_CLAR "Build Tests using the Clar suite" ON) - OPTION (TAGS "Generate tags" OFF) -@@ -110,7 +109,8 @@ ELSE() - ENDIF () - - # Compile and link libgit2 --ADD_LIBRARY(git2 ${SRC} ${SRC_ZLIB} ${SRC_HTTP} ${SRC_REGEX} ${WIN_RC}) -+ADD_LIBRARY(git2 SHARED ${SRC} ${SRC_ZLIB} ${SRC_HTTP} ${SRC_REGEX} ${WIN_RC}) -+ADD_LIBRARY(git2static STATIC ${SRC} ${SRC_ZLIB} ${SRC_HTTP} ${SRC_REGEX} ${WIN_RC}) - - IF (WIN32) - TARGET_LINK_LIBRARIES(git2 ws2_32) -@@ -120,11 +120,12 @@ ENDIF () - - TARGET_LINK_LIBRARIES(git2 ${CMAKE_THREAD_LIBS_INIT}) - SET_TARGET_PROPERTIES(git2 PROPERTIES VERSION ${LIBGIT2_VERSION_STRING}) -+SET_TARGET_PROPERTIES(git2static PROPERTIES OUTPUT_NAME git2) - SET_TARGET_PROPERTIES(git2 PROPERTIES SOVERSION ${LIBGIT2_VERSION_MAJOR}) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libgit2.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libgit2.pc @ONLY) - - # Install --INSTALL(TARGETS git2 -+INSTALL(TARGETS git2 git2static - RUNTIME DESTINATION ${INSTALL_BIN} - LIBRARY DESTINATION ${INSTALL_LIB} - ARCHIVE DESTINATION ${INSTALL_LIB} diff --git a/debian/patches/disable_tests.patch b/debian/patches/disable_tests.patch deleted file mode 100644 index e9df5517b..000000000 --- a/debian/patches/disable_tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -Disable incompatible tests - -online - disable online tests. - -blame::simple::trivial_libgit2 - requires the libgit2 directory to be -a repository - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5c55ddd..e28a16f 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -577,7 +577,7 @@ IF (BUILD_CLAR) - - ENABLE_TESTING() - IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND) -- ADD_TEST(libgit2_clar libgit2_clar -ionline) -+ ADD_TEST(libgit2_clar libgit2_clar -xonline -xnetwork::remote::remotes -xobject::cache -xthreads::diff -xthreads::iterator) - ELSE () - ADD_TEST(libgit2_clar libgit2_clar -v) - ENDIF () diff --git a/debian/patches/fix_https_test.patch b/debian/patches/fix_https_test.patch deleted file mode 100644 index c10b4d0b2..000000000 --- a/debian/patches/fix_https_test.patch +++ /dev/null @@ -1,15 +0,0 @@ -Update the condition around the HTTPS feature to match when it's enabled. -diff --git a/tests/core/features.c b/tests/core/features.c -index cf5e190..6d4273a 100644 ---- a/tests/core/features.c -+++ b/tests/core/features.c -@@ -17,7 +17,9 @@ void test_core_features__0(void) - cl_assert((caps & GIT_FEATURE_THREADS) == 0); - #endif - -+#if defined(GIT_OPENSSL) || defined(GIT_WINHTTP) || defined(GIT_SECURE_TRANSPORT) - cl_assert((caps & GIT_FEATURE_HTTPS) != 0); -+#endif - - #if defined(GIT_SSH) - cl_assert((caps & GIT_FEATURE_SSH) != 0); diff --git a/debian/patches/fix_spelling.patch b/debian/patches/fix_spelling.patch deleted file mode 100644 index 05784c9cf..000000000 --- a/debian/patches/fix_spelling.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix spelling of error string. -diff --git a/src/tree.c b/src/tree.c -index 9655ad7..7afef92 100644 ---- a/src/tree.c -+++ b/src/tree.c -@@ -1257,7 +1257,7 @@ int git_tree_create_updated(git_oid *out, git_repository *repo, git_tree *baseli - break; - } - default: -- giterr_set(GITERR_TREE, "unkown action for update"); -+ giterr_set(GITERR_TREE, "unknown action for update"); - error = -1; - goto cleanup; - } diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 697f32607..000000000 --- a/debian/patches/series +++ /dev/null @@ -1,3 +0,0 @@ -disable_tests.patch -fix_https_test.patch -fix_spelling.patch diff --git a/debian/rules b/debian/rules index 48c74a8d3..6ee865315 100755 --- a/debian/rules +++ b/debian/rules @@ -51,11 +51,11 @@ override_dh_auto_test: dh_auto_test --builddirectory=build-debian-devel override_dh_strip: - dh_strip --dbgsym-migration='libgit2-dbg (<< 0.25.1-1~)' + dh_strip --dbgsym-migration='libgit2-dbg (<< 0.26.0+dfsg.1-1~)' override_dh_installexamples: dh_installexamples --exclude .gitignore %: - dh $@ --parallel --buildsystem cmake --dbgsym-migration='libgit2-dbg (<< 0.25.1-1~)' --builddirectory=build-debian-release + dh $@ --parallel --buildsystem cmake --dbgsym-migration='libgit2-dbg (<< 0.26.0+dfsg.1-1~)' --builddirectory=build-debian-release dh $@ --parallel --buildsystem cmake --builddirectory=build-debian-devel -- 2.39.5