| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
We needed to perform this hack to get libgit2 to re-read the config on git_remote_list. Now that git_remote_list always reads the config, we don't need to force the config to update via a config_snapshot request
| Back | FazBrowse Home | New Git URL |
Removes config snapshot hack in refresh_references, because libgit2 has solved the issue with git_remote_list where it wasn't getting a fresh config for the repository before listing out the remotes.
Merged into libgit2: