mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-04 17:48:55 +00:00
This is a big redesign of the git_submodule_status API and the implementation of the redesigned API. It also fixes a number of bugs that I found in other parts of the submodule API while writing the tests for the status part. This also fixes a couple of bugs in the iterators that had not been noticed before - one with iterating when there is a gitlink (i.e. separate-work-dir) and one where I was treating anything even vaguely submodule-like as a submodule, more aggressively than core git does. |
||
|---|---|---|
| .. | ||
| lookup.c | ||
| modify.c | ||
| status.c | ||
| submodule_helpers.c | ||
| submodule_helpers.h | ||