mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 02:53:33 +00:00
The base refspecs changing can be a cause of confusion as to what is the
current base refspec set and complicate saving the remote's
configuration.
Change `git_remote_add_{fetch,push}()` to update the configuration
instead of an instance.
This finally makes `git_remote_save()` a no-op, it will be removed in a
later commit.
|
||
|---|---|---|
| .. | ||
| clone.c | ||
| fetch.c | ||
| fetchhead.c | ||
| push_util.c | ||
| push_util.h | ||
| push.c | ||
| remotes.c | ||