You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added struct `git_config_backend_entry`.
See git2/sys/config.h line 27.
Added struct `git_config_iterator`.
Previously incorrectly defined as an empty enum.
See git2/sys/config.h line 49.
Added struct `git_config_backend`.
See git2/sys/config.h line 69.
Added constant `GIT_CONFIG_BACKEND_VERSION`.
See git2/sys/config.h line 103.
Added struct `git_config_backend_memory_options`.
See git2/sys/config.h line 148.
Added constant `GIT_CONFIG_BACKEND_MEMORY_OPTIONS_VERSION`.
See git2/sys/config.h line 165.
Added function `git_config_add_backend`.
See git2/sys/config.h line 140.
Added function `git_config_backend_from_string`.
See git2/sys/config.h line 181.
Added function `git_config_backend_from_values`.
See git2/sys/config.h line 197.
Added function `git_config_init_backend`.
See git2/sys/config.h line 116.
0 commit comments