mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-02 03:01:53 +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. |
||
|---|---|---|
| .. | ||
| drop.c | ||
| foreach.c | ||
| save.c | ||
| stash_helpers.c | ||
| stash_helpers.h | ||
| submodules.c | ||