mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-06 04:40:22 +00:00
Currently git_submodule_sync writes the submodule's URL to the key 'branch.<REMOTE_NAME>.remote' while the reference implementation of `git submodule sync` writes to 'remote.<REMOTE_NAME>.url', which is the intended behavior according to git-submodule(1). |
||
|---|---|---|
| .. | ||
| add.c | ||
| init.c | ||
| lookup.c | ||
| modify.c | ||
| nosubs.c | ||
| repository_init.c | ||
| status.c | ||
| submodule_helpers.c | ||
| submodule_helpers.h | ||
| update.c | ||