mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 13:48:41 +00:00
![]() `git_submodule` objects were already refcounted internally in case the submodule name was different from the path at which it was stored. This makes that refcounting externally used as well, so `git_submodule_lookup` and `git_submodule_add_setup` return an object that requires a `git_submodule_free` when done. |
||
---|---|---|
.. | ||
lookup.c | ||
modify.c | ||
status.c | ||
submodule_helpers.c | ||
submodule_helpers.h |