libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

remotes: support anonymous remotes #1229

Closed pmrowla closed 11 months ago

pmrowla commented 11 months ago

Adds support for git_remote_create_anonymous for creating anonymous (in-memory) remotes when you have a URL but do not want to create a named remote and the associated config entries